#B9BB7C

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

Shades of Pine Glade #B9BB7C

Tints of Pine Glade #B9BB7C

Color information

#B9BB7C (or 0xB9BB7C) is unknown color: approx Pine Glade. HEX triplet: B9, BB and 7C. RGB value is (185,187,124). Sum of RGB (Red+Green+Blue) = 185+187+124=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BB7C is #464483. Grayscale: #B3B3B3. Windows color (decimal): -4605060 or 8174521. OLE color: 8174521.

HSL color Cylindrical-coordinate representation of color #B9BB7C: hue angle of 61.9º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9BB7C is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB185187124-
CMYK0.0100.340.27
HSL61.9º31.66%60.98%-
HSV(B)61.9º33.69%73.33%-
XYZ41.4247.3126.02-
YUV179.2296.84132.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 124 (48.83% from 255) = 25%
R=37.30%
G=37.70%
B=25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851871240.0100.340.2761.931.6660.98
HexB9BB7C10221B3e203d
Octal271273174104233764075
Binary101110011011101111111001010001011011111110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BB7C; }

 p { color: rgb(185,187,124); }

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

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

 a { background-color: rgb(185,187,124); }

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

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

 span { border-color: rgb(185,187,124); }

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