#B4A72E

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

Shades of Earls Green #B4A72E

Tints of Earls Green #B4A72E

Color information

#B4A72E (or 0xB4A72E) is unknown color: approx Earls Green. HEX triplet: B4, A7 and 2E. RGB value is (180,167,46). Sum of RGB (Red+Green+Blue) = 180+167+46=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A72E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A72E is #4B58D1. Grayscale: #9D9D9D. Windows color (decimal): -4937938 or 3057588. OLE color: 3057588.

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

Color convert

RGB18016746-
CMYK00.070.740.29
HSL54.18º59.29%44.31%-
HSV(B)54.18º74.44%70.59%-
XYZ33.1337.548.08-
YUV157.0965.31144.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 167 (65.62% from 255) = 42.49%
BLUE value IS 46 (18.36% from 255) = 11.70%
R=45.80%
G=42.49%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801674600.070.740.2954.1859.2944.31
HexB4A72E074A1D363b2c
Octal264247560711235667354
Binary10110100101001111011100111100101011101110110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A72E; }

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

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

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

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

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

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

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

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