#b5ac28

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

Shades of Earls Green #B5AC28

Tints of Earls Green #B5AC28

Color information

#B5AC28 (or 0xB5AC28) is unknown color: approx Earls Green. HEX triplet: B5, AC and 28. RGB value is (181,172,40). Sum of RGB (Red+Green+Blue) = 181+172+40=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AC28 is #4A53D7. Grayscale: #A0A0A0. Windows color (decimal): -4871128 or 2665653. OLE color: 2665653.

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

Color convert

RGB18117240-
CMYK00.050.780.29
HSL56.17º63.8%43.33%-
HSV(B)56.17º77.9%70.98%-
XYZ34.1939.487.83-
YUV159.6460.48143.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 172 (67.58% from 255) = 43.77%
BLUE value IS 40 (16.02% from 255) = 10.18%
R=46.06%
G=43.77%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811724000.050.780.2956.1763.843.33
HexB5AC28054E1D38402b
Octal2652545005116357010053
Binary101101011010110010100001011001110111011110001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5ac28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5ac28; }

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

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

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

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

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

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

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

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