#B9B22C

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

Shades of Earls Green #B9B22C

Tints of Earls Green #B9B22C

Color information

#B9B22C (or 0xB9B22C) is unknown color: approx Earls Green. HEX triplet: B9, B2 and 2C. RGB value is (185,178,44). Sum of RGB (Red+Green+Blue) = 185+178+44=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B22C is #464DD3. Grayscale: #A5A5A5. Windows color (decimal): -4607444 or 2929337. OLE color: 2929337.

HSL color Cylindrical-coordinate representation of color #B9B22C: hue angle of 57.02º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9B22C is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB18517844-
CMYK00.040.760.27
HSL57.02º61.57%44.9%-
HSV(B)57.02º76.22%72.55%-
XYZ36.3842.348.64-
YUV164.8259.82142.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 178 (69.92% from 255) = 43.73%
BLUE value IS 44 (17.58% from 255) = 10.81%
R=45.45%
G=43.73%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851784400.040.760.2757.0261.5744.9
HexB9B22C044C1B393e2d
Octal271262540411433717655
Binary10111001101100101011000100100110011011111001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B22C; }

 p { color: rgb(185,178,44); }

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

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

 a { background-color: rgb(185,178,44); }

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

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

 span { border-color: rgb(185,178,44); }

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