#B1B229

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

Shades of Earls Green #B1B229

Tints of Earls Green #B1B229

Color information

#B1B229 (or 0xB1B229) is unknown color: approx Earls Green. HEX triplet: B1, B2 and 29. RGB value is (177,178,41). Sum of RGB (Red+Green+Blue) = 177+178+41=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B229 is #4E4DD6. Grayscale: #A2A2A2. Windows color (decimal): -5131735 or 2732721. OLE color: 2732721.

HSL color Cylindrical-coordinate representation of color #B1B229: hue angle of 60.44º 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 #B1B229 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB17717841-
CMYK0.0100.770.30
HSL60.44º62.56%42.94%-
HSV(B)60.44º76.97%69.8%-
XYZ34.4541.358.26-
YUV162.0859.67138.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 178 (69.92% from 255) = 44.95%
BLUE value IS 41 (16.41% from 255) = 10.35%
R=44.70%
G=44.95%
B=10.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177178410.0100.770.3060.4462.5642.94
HexB1B229104D1E3c3f2b
Octal261262511011536747753
Binary101100011011001010100110100110111110111100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B229; }

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

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

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

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

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

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

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

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