#B2A423

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

Shades of Earls Green #B2A423

Tints of Earls Green #B2A423

Color information

#B2A423 (or 0xB2A423) is unknown color: approx Earls Green. HEX triplet: B2, A4 and 23. RGB value is (178,164,35). Sum of RGB (Red+Green+Blue) = 178+164+35=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A423 is #4D5BDC. Grayscale: #9A9A9A. Windows color (decimal): -5069789 or 2335922. OLE color: 2335922.

HSL color Cylindrical-coordinate representation of color #B2A423: hue angle of 54.13º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2A423 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB17816435-
CMYK00.080.800.30
HSL54.13º67.14%41.76%-
HSV(B)54.13º80.34%69.8%-
XYZ31.9436.146.88-
YUV153.4861.14145.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.21%
GREEN value IS 164 (64.45% from 255) = 43.50%
BLUE value IS 35 (14.06% from 255) = 9.28%
R=47.21%
G=43.50%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781643500.080.800.3054.1367.1441.76
HexB2A42308501E36432a
Octal26224443010120366610352
Binary1011001010100100100011010001010000111101101101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A423; }

 p { color: rgb(178,164,35); }

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

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

 a { background-color: rgb(178,164,35); }

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

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

 span { border-color: rgb(178,164,35); }

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