#B4B12E

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

Shades of Earls Green #B4B12E

Tints of Earls Green #B4B12E

Color information

#B4B12E (or 0xB4B12E) is unknown color: approx Earls Green. HEX triplet: B4, B1 and 2E. RGB value is (180,177,46). Sum of RGB (Red+Green+Blue) = 180+177+46=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B12E is #4B4ED1. Grayscale: #A3A3A3. Windows color (decimal): -4935378 or 3060148. OLE color: 3060148.

HSL color Cylindrical-coordinate representation of color #B4B12E: hue angle of 58.66º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4B12E is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB18017746-
CMYK00.020.740.29
HSL58.66º59.29%44.31%-
HSV(B)58.66º74.44%70.59%-
XYZ35.0441.348.72-
YUV162.9661.99140.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 177 (69.53% from 255) = 43.92%
BLUE value IS 46 (18.36% from 255) = 11.41%
R=44.67%
G=43.92%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801774600.020.740.2958.6659.2944.31
HexB4B12E024A1D3b3b2c
Octal264261560211235737354
Binary1011010010110001101110010100101011101111011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B12E; }

 p { color: rgb(180,177,46); }

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

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

 a { background-color: rgb(180,177,46); }

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

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

 span { border-color: rgb(180,177,46); }

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