#B9B12B

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

Shades of Earls Green #B9B12B

Tints of Earls Green #B9B12B

Color information

#B9B12B (or 0xB9B12B) is unknown color: approx Earls Green. HEX triplet: B9, B1 and 2B. RGB value is (185,177,43). Sum of RGB (Red+Green+Blue) = 185+177+43=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B12B is #464ED4. Grayscale: #A4A4A4. Windows color (decimal): -4607701 or 2863545. OLE color: 2863545.

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

Color convert

RGB18517743-
CMYK00.040.770.27
HSL56.62º62.28%44.71%-
HSV(B)56.62º76.76%72.55%-
XYZ36.1741.938.47-
YUV164.1259.65142.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.68%
GREEN value IS 177 (69.53% from 255) = 43.70%
BLUE value IS 43 (17.19% from 255) = 10.62%
R=45.68%
G=43.70%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851774300.040.770.2756.6262.2844.71
HexB9B12B044D1B393e2d
Octal271261530411533717655
Binary10111001101100011010110100100110111011111001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B12B; }

 p { color: rgb(185,177,43); }

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

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

 a { background-color: rgb(185,177,43); }

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

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

 span { border-color: rgb(185,177,43); }

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