#B9A926

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

Shades of Earls Green #B9A926

Tints of Earls Green #B9A926

Color information

#B9A926 (or 0xB9A926) is unknown color: approx Earls Green. HEX triplet: B9, A9 and 26. RGB value is (185,169,38). Sum of RGB (Red+Green+Blue) = 185+169+38=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A926 is #4656D9. Grayscale: #9F9F9F. Windows color (decimal): -4609754 or 2533817. OLE color: 2533817.

HSL color Cylindrical-coordinate representation of color #B9A926: hue angle of 53.47º 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 #B9A926 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB18516938-
CMYK00.090.790.27
HSL53.47º65.92%43.73%-
HSV(B)53.47º79.46%72.55%-
XYZ34.5538.837.51-
YUV158.8559.8146.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 169 (66.41% from 255) = 43.11%
BLUE value IS 38 (15.23% from 255) = 9.69%
R=47.19%
G=43.11%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851693800.090.790.2753.4765.9243.73
HexB9A926094F1B35422c
Octal27125146011117336510254
Binary1011100110101001100110010011001111110111101011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A926; }

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

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

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

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

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

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

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

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