#B4A22C

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

Shades of Earls Green #B4A22C

Tints of Earls Green #B4A22C

Color information

#B4A22C (or 0xB4A22C) is unknown color: approx Earls Green. HEX triplet: B4, A2 and 2C. RGB value is (180,162,44). Sum of RGB (Red+Green+Blue) = 180+162+44=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A22C is #4B5DD3. Grayscale: #9A9A9A. Windows color (decimal): -4939220 or 2925236. OLE color: 2925236.

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

Color convert

RGB18016244-
CMYK00.10.760.29
HSL52.06º60.71%43.92%-
HSV(B)52.06º75.56%70.59%-
XYZ32.235.737.58-
YUV153.9365.96146.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 162 (63.67% from 255) = 41.97%
BLUE value IS 44 (17.58% from 255) = 11.40%
R=46.63%
G=41.97%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801624400.10.760.2952.0660.7143.92
HexB4A22C0A4C1D343d2c
Octal2642425401211435647554
Binary101101001010001010110001010100110011101110100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A22C; }

 p { color: rgb(180,162,44); }

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

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

 a { background-color: rgb(180,162,44); }

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

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

 span { border-color: rgb(180,162,44); }

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