#B4A82D

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

Shades of Earls Green #B4A82D

Tints of Earls Green #B4A82D

Color information

#B4A82D (or 0xB4A82D) is unknown color: approx Earls Green. HEX triplet: B4, A8 and 2D. RGB value is (180,168,45). Sum of RGB (Red+Green+Blue) = 180+168+45=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A82D is #4B57D2. Grayscale: #9E9E9E. Windows color (decimal): -4937683 or 2992308. OLE color: 2992308.

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

Color convert

RGB18016845-
CMYK00.070.750.29
HSL54.67º60%44.12%-
HSV(B)54.67º75%70.59%-
XYZ33.337.98.04-
YUV157.5764.48144-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 168 (66.02% from 255) = 42.75%
BLUE value IS 45 (17.97% from 255) = 11.45%
R=45.80%
G=42.75%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801684500.070.750.2954.676044.12
HexB4A82D074B1D373c2c
Octal264250550711335677454
Binary10110100101010001011010111100101111101110111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A82D; }

 p { color: rgb(180,168,45); }

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

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

 a { background-color: rgb(180,168,45); }

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

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

 span { border-color: rgb(180,168,45); }

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