#B4AD2E

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

Shades of Earls Green #B4AD2E

Tints of Earls Green #B4AD2E

Color information

#B4AD2E (or 0xB4AD2E) is unknown color: approx Earls Green. HEX triplet: B4, AD and 2E. RGB value is (180,173,46). Sum of RGB (Red+Green+Blue) = 180+173+46=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD2E is #4B52D1. Grayscale: #A1A1A1. Windows color (decimal): -4936402 or 3059124. OLE color: 3059124.

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

Color convert

RGB18017346-
CMYK00.040.740.29
HSL56.87º59.29%44.31%-
HSV(B)56.87º74.44%70.59%-
XYZ34.2639.798.46-
YUV160.6163.32141.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 173 (67.97% from 255) = 43.36%
BLUE value IS 46 (18.36% from 255) = 11.53%
R=45.11%
G=43.36%
B=11.53%

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
Decimal1801734600.040.740.2956.8759.2944.31
HexB4AD2E044A1D393b2c
Octal264255560411235717354
Binary10110100101011011011100100100101011101111001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD2E; }

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

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

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

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

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

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

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

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