#b5ac1f

Color #B5AC1F Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #B5AC1F

Tints of Earls Green #B5AC1F

Color information

#B5AC1F (or 0xB5AC1F) is unknown color: approx Earls Green. HEX triplet: B5, AC and 1F. RGB value is (181,172,31). Sum of RGB (Red+Green+Blue) = 181+172+31=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AC1F is #4A53E0. Grayscale: #9F9F9F. Windows color (decimal): -4871137 or 2075829. OLE color: 2075829.

HSL color Cylindrical-coordinate representation of color #B5AC1F: hue angle of 56.4º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5AC1F is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB18117231-
CMYK00.050.830.29
HSL56.4º70.75%41.57%-
HSV(B)56.4º82.87%70.98%-
XYZ34.0639.437.11-
YUV158.6255.98143.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 172 (67.58% from 255) = 44.79%
BLUE value IS 31 (12.5% from 255) = 8.07%
R=47.14%
G=44.79%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811723100.050.830.2956.470.7541.57
HexB5AC1F05531D38472a
Octal2652543705123357010752
Binary10110101101011001111101011010011111011110001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5ac1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5ac1f; }

 p { color: rgb(181,172,31); }

 H1.HeaderClassName
 {
   color: #b5ac1f;
 }
 .AnyTagClassName
 {
   color: #b5ac1f;
 }
</style>
background-color css

<style>
 a { background-color: #b5ac1f; }

 a { background-color: rgb(181,172,31); }

 div.DivClassName
 {
   background-color: #b5ac1f;
 }
 .BgClassName
 {
   background-color: #b5ac1f;
 }
</style>
border-color css

<style>
 span { border-color: #b5ac1f; }

 span { border-color: rgb(181,172,31); }

 td.TdClassName
 {
   border-color: #b5ac1f;
 }
 .TagClassName
 {
   border-color: #b5ac1f;
 }
</style>