#B4AD13

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

Shades of Earls Green #B4AD13

Tints of Earls Green #B4AD13

Color information

#B4AD13 (or 0xB4AD13) is unknown color: approx Earls Green. HEX triplet: B4, AD and 13. RGB value is (180,173,19). Sum of RGB (Red+Green+Blue) = 180+173+19=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AD13 is #4B52EC. Grayscale: #9E9E9E. Windows color (decimal): -4936429 or 1289652. OLE color: 1289652.

HSL color Cylindrical-coordinate representation of color #B4AD13: hue angle of 57.39º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4AD13 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB18017319-
CMYK00.040.890.29
HSL57.39º80.9%39.02%-
HSV(B)57.39º89.44%70.59%-
XYZ33.8839.646.48-
YUV157.5449.82144.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 173 (67.97% from 255) = 46.51%
BLUE value IS 19 (7.81% from 255) = 5.11%
R=48.39%
G=46.51%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801731900.040.890.2957.3980.939.02
HexB4AD1304591D395127
Octal2642552304131357112147
Binary10110100101011011001101001011001111011110011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD13; }

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

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

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

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

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

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

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

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