#B4B11C

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

Shades of Earls Green #B4B11C

Tints of Earls Green #B4B11C

Color information

#B4B11C (or 0xB4B11C) is unknown color: approx Earls Green. HEX triplet: B4, B1 and 1C. RGB value is (180,177,28). Sum of RGB (Red+Green+Blue) = 180+177+28=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B11C is #4B4EE3. Grayscale: #A1A1A1. Windows color (decimal): -4935396 or 1880500. OLE color: 1880500.

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

Color convert

RGB18017728-
CMYK00.020.840.29
HSL58.82º73.08%40.78%-
HSV(B)58.82º84.44%70.59%-
XYZ34.7541.237.23-
YUV160.9152.99141.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 177 (69.53% from 255) = 45.97%
BLUE value IS 28 (11.33% from 255) = 7.27%
R=46.75%
G=45.97%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801772800.020.840.2958.8273.0840.78
HexB4B11C02541D3b4929
Octal2642613402124357311151
Binary1011010010110001111000101010100111011110111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B11C; }

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

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

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

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

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

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

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

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