#b9a121

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

Shades of Earls Green #B9A121

Tints of Earls Green #B9A121

Color information

#B9A121 (or 0xB9A121) is unknown color: approx Earls Green. HEX triplet: B9, A1 and 21. RGB value is (185,161,33). Sum of RGB (Red+Green+Blue) = 185+161+33=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A121 is #465EDE. Grayscale: #9A9A9A. Windows color (decimal): -4611807 or 2204089. OLE color: 2204089.

HSL color Cylindrical-coordinate representation of color #B9A121: hue angle of 50.53º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9A121 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18516133-
CMYK00.130.820.27
HSL50.53º69.72%42.75%-
HSV(B)50.53º82.16%72.55%-
XYZ33.0335.916.63-
YUV153.5859.95150.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 161 (63.28% from 255) = 42.48%
BLUE value IS 33 (13.28% from 255) = 8.71%
R=48.81%
G=42.48%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851613300.130.820.2750.5369.7242.75
HexB9A1210D521B33462b
Octal27124141015122336310653
Binary1011100110100001100001011011010010110111100111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9a121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9a121; }

 p { color: rgb(185,161,33); }

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

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

 a { background-color: rgb(185,161,33); }

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

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

 span { border-color: rgb(185,161,33); }

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