#B5AC26

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

Shades of Earls Green #B5AC26

Tints of Earls Green #B5AC26

Color information

#B5AC26 (or 0xB5AC26) is unknown color: approx Earls Green. HEX triplet: B5, AC and 26. RGB value is (181,172,38). Sum of RGB (Red+Green+Blue) = 181+172+38=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AC26 is #4A53D9. Grayscale: #9F9F9F. Windows color (decimal): -4871130 or 2534581. OLE color: 2534581.

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

Color convert

RGB18117238-
CMYK00.050.790.29
HSL56.22º65.3%42.94%-
HSV(B)56.22º79.01%70.98%-
XYZ34.1639.477.65-
YUV159.4259.48143.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 38 (15.23% from 255) = 9.72%
R=46.29%
G=43.99%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811723800.050.790.2956.2265.342.94
HexB5AC26054F1D38412b
Octal2652544605117357010153
Binary101101011010110010011001011001111111011110001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC26; }

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

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

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

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

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

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

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

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