#B4B119

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

Shades of Earls Green #B4B119

Tints of Earls Green #B4B119

Color information

#B4B119 (or 0xB4B119) is unknown color: approx Earls Green. HEX triplet: B4, B1 and 19. RGB value is (180,177,25). Sum of RGB (Red+Green+Blue) = 180+177+25=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4B119 is #4B4EE6. Grayscale: #A1A1A1. Windows color (decimal): -4935399 or 1683892. OLE color: 1683892.

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

Color convert

RGB18017725-
CMYK00.020.860.29
HSL58.84º75.61%40.2%-
HSV(B)58.84º86.11%70.59%-
XYZ34.7241.227.05-
YUV160.5751.49141.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 177 (69.53% from 255) = 46.34%
BLUE value IS 25 (10.16% from 255) = 6.54%
R=47.12%
G=46.34%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801772500.020.860.2958.8475.6140.2
HexB4B11902561D3b4c28
Octal2642613102126357311450
Binary1011010010110001110010101010110111011110111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B119; }

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

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

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

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

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

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

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

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