#B4B219

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

Shades of Earls Green #B4B219

Tints of Earls Green #B4B219

Color information

#B4B219 (or 0xB4B219) is unknown color: approx Earls Green. HEX triplet: B4, B2 and 19. RGB value is (180,178,25). Sum of RGB (Red+Green+Blue) = 180+178+25=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4B219 is #4B4DE6. Grayscale: #A1A1A1. Windows color (decimal): -4935143 or 1684148. OLE color: 1684148.

HSL color Cylindrical-coordinate representation of color #B4B219: hue angle of 59.23º 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 #B4B219 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18017825-
CMYK00.010.860.29
HSL59.23º75.61%40.2%-
HSV(B)59.23º86.11%70.59%-
XYZ34.9241.617.11-
YUV161.1651.16141.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 178 (69.92% from 255) = 46.48%
BLUE value IS 25 (10.16% from 255) = 6.53%
R=47.00%
G=46.48%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801782500.010.860.2959.2375.6140.2
HexB4B21901561D3b4c28
Octal2642623101126357311450
Binary101101001011001011001011010110111011110111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B219; }

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

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

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

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

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

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

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

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