#B2A22D

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

Shades of Earls Green #B2A22D

Tints of Earls Green #B2A22D

Color information

#B2A22D (or 0xB2A22D) is unknown color: approx Earls Green. HEX triplet: B2, A2 and 2D. RGB value is (178,162,45). Sum of RGB (Red+Green+Blue) = 178+162+45=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A22D is #4D5DD2. Grayscale: #999999. Windows color (decimal): -5070291 or 2990770. OLE color: 2990770.

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

Color convert

RGB17816245-
CMYK00.090.750.30
HSL52.78º59.64%43.73%-
HSV(B)52.78º74.72%69.8%-
XYZ31.7535.57.66-
YUV153.4566.8145.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 45 (17.97% from 255) = 11.69%
R=46.23%
G=42.08%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781624500.090.750.3052.7859.6443.73
HexB2A22D094B1E353c2c
Octal2622425501111336657454
Binary101100101010001010110101001100101111110110101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A22D; }

 p { color: rgb(178,162,45); }

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

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

 a { background-color: rgb(178,162,45); }

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

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

 span { border-color: rgb(178,162,45); }

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