#B1BB72

Color #B1BB72 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #B1BB72

Tints of Pine Glade #B1BB72

Color information

#B1BB72 (or 0xB1BB72) is unknown color: approx Pine Glade. HEX triplet: B1, BB and 72. RGB value is (177,187,114). Sum of RGB (Red+Green+Blue) = 177+187+114=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BB72 is #4E448D. Grayscale: #AFAFAF. Windows color (decimal): -5129358 or 7519153. OLE color: 7519153.

HSL color Cylindrical-coordinate representation of color #B1BB72: hue angle of 68.22º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1BB72 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB177187114-
CMYK0.0500.390.27
HSL68.22º34.93%59.02%-
HSV(B)68.22º39.04%73.33%-
XYZ38.9446.122.77-
YUV175.6993.19128.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=37.03%
G=39.12%
B=23.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771871140.0500.390.2768.2234.9359.02
HexB1BB7250271B44233b
Octal2612731625047331044373
Binary101100011011101111100101010100111110111000100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BB72; }

 p { color: rgb(177,187,114); }

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

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

 a { background-color: rgb(177,187,114); }

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

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

 span { border-color: rgb(177,187,114); }

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