#B4AD2F

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

Shades of Earls Green #B4AD2F

Tints of Earls Green #B4AD2F

Color information

#B4AD2F (or 0xB4AD2F) is unknown color: approx Earls Green. HEX triplet: B4, AD and 2F. RGB value is (180,173,47). Sum of RGB (Red+Green+Blue) = 180+173+47=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD2F is #4B52D0. Grayscale: #A1A1A1. Windows color (decimal): -4936401 or 3124660. OLE color: 3124660.

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

Color convert

RGB18017347-
CMYK00.040.740.29
HSL56.84º58.59%44.51%-
HSV(B)56.84º73.89%70.59%-
XYZ34.2839.88.56-
YUV160.7363.82141.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 173 (67.97% from 255) = 43.25%
BLUE value IS 47 (18.75% from 255) = 11.75%
R=45%
G=43.25%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801734700.040.740.2956.8458.5944.51
HexB4AD2F044A1D393b2d
Octal264255570411235717355
Binary10110100101011011011110100100101011101111001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD2F; }

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

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

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

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

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

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

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

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