#B2B02A

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

Shades of Earls Green #B2B02A

Tints of Earls Green #B2B02A

Color information

#B2B02A (or 0xB2B02A) is unknown color: approx Earls Green. HEX triplet: B2, B0 and 2A. RGB value is (178,176,42). Sum of RGB (Red+Green+Blue) = 178+176+42=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B02A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B02A is #4D4FD5. Grayscale: #A1A1A1. Windows color (decimal): -5066710 or 2797746. OLE color: 2797746.

HSL color Cylindrical-coordinate representation of color #B2B02A: hue angle of 59.12º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2B02A is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB17817642-
CMYK00.010.760.30
HSL59.12º61.82%43.14%-
HSV(B)59.12º76.4%69.8%-
XYZ34.340.688.24-
YUV161.3260.66139.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.95%
GREEN value IS 176 (69.14% from 255) = 44.44%
BLUE value IS 42 (16.80% from 255) = 10.61%
R=44.95%
G=44.44%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781764200.010.760.3059.1261.8243.14
HexB2B02A014C1E3b3e2b
Octal262260520111436737653
Binary101100101011000010101001100110011110111011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B02A; }

 p { color: rgb(178,176,42); }

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

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

 a { background-color: rgb(178,176,42); }

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

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

 span { border-color: rgb(178,176,42); }

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