#B9AA26

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

Shades of Earls Green #B9AA26

Tints of Earls Green #B9AA26

Color information

#B9AA26 (or 0xB9AA26) is unknown color: approx Earls Green. HEX triplet: B9, AA and 26. RGB value is (185,170,38). Sum of RGB (Red+Green+Blue) = 185+170+38=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA26 is #4655D9. Grayscale: #9F9F9F. Windows color (decimal): -4609498 or 2534073. OLE color: 2534073.

HSL color Cylindrical-coordinate representation of color #B9AA26: hue angle of 53.88º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9AA26 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB18517038-
CMYK00.080.790.27
HSL53.88º65.92%43.73%-
HSV(B)53.88º79.46%72.55%-
XYZ34.7339.27.57-
YUV159.4459.47146.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 38 (15.23% from 255) = 9.67%
R=47.07%
G=43.26%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851703800.080.790.2753.8865.9243.73
HexB9AA26084F1B36422c
Octal27125246010117336610254
Binary1011100110101010100110010001001111110111101101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA26; }

 p { color: rgb(185,170,38); }

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

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

 a { background-color: rgb(185,170,38); }

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

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

 span { border-color: rgb(185,170,38); }

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