#b2a51c

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

Shades of Earls Green #B2A51C

Tints of Earls Green #B2A51C

Color information

#B2A51C (or 0xB2A51C) is unknown color: approx Earls Green. HEX triplet: B2, A5 and 1C. RGB value is (178,165,28). Sum of RGB (Red+Green+Blue) = 178+165+28=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A51C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A51C is #4D5AE3. Grayscale: #999999. Windows color (decimal): -5069540 or 1877426. OLE color: 1877426.

HSL color Cylindrical-coordinate representation of color #B2A51C: hue angle of 54.8º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2A51C is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB17816528-
CMYK00.070.840.30
HSL54.8º72.82%40.39%-
HSV(B)54.8º84.27%69.8%-
XYZ32.0236.466.45-
YUV153.2757.31145.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 28 (11.33% from 255) = 7.55%
R=47.98%
G=44.47%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781652800.070.840.3054.872.8240.39
HexB2A51C07541E374928
Octal2622453407124366711150
Binary10110010101001011110001111010100111101101111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2a51c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2a51c; }

 p { color: rgb(178,165,28); }

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

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

 a { background-color: rgb(178,165,28); }

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

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

 span { border-color: rgb(178,165,28); }

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