#B2B029

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

Shades of Earls Green #B2B029

Tints of Earls Green #B2B029

Color information

#B2B029 (or 0xB2B029) is unknown color: approx Earls Green. HEX triplet: B2, B0 and 29. RGB value is (178,176,41). Sum of RGB (Red+Green+Blue) = 178+176+41=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B029 is #4D4FD6. Grayscale: #A1A1A1. Windows color (decimal): -5066711 or 2732210. OLE color: 2732210.

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

Color convert

RGB17817641-
CMYK00.010.770.30
HSL59.12º62.56%42.94%-
HSV(B)59.12º76.97%69.8%-
XYZ34.2940.688.14-
YUV161.2160.16139.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 176 (69.14% from 255) = 44.56%
BLUE value IS 41 (16.41% from 255) = 10.38%
R=45.06%
G=44.56%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781764100.010.770.3059.1262.5642.94
HexB2B029014D1E3b3f2b
Octal262260510111536737753
Binary101100101011000010100101100110111110111011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B029; }

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

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

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

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

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

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

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

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