#B4AD19

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

Shades of Earls Green #B4AD19

Tints of Earls Green #B4AD19

Color information

#B4AD19 (or 0xB4AD19) is unknown color: approx Earls Green. HEX triplet: B4, AD and 19. RGB value is (180,173,25). Sum of RGB (Red+Green+Blue) = 180+173+25=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AD19 is #4B52E6. Grayscale: #9E9E9E. Windows color (decimal): -4936423 or 1682868. OLE color: 1682868.

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

Color convert

RGB18017325-
CMYK00.040.860.29
HSL57.29º75.61%40.2%-
HSV(B)57.29º86.11%70.59%-
XYZ33.9439.666.79-
YUV158.2252.82143.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 173 (67.97% from 255) = 45.77%
BLUE value IS 25 (10.16% from 255) = 6.61%
R=47.62%
G=45.77%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801732500.040.860.2957.2975.6140.2
HexB4AD1904561D394c28
Octal2642553104126357111450
Binary10110100101011011100101001010110111011110011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD19; }

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

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

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

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

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

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

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

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