#B9BB84

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

Shades of Pine Glade #B9BB84

Tints of Pine Glade #B9BB84

Color information

#B9BB84 (or 0xB9BB84) is unknown color: approx Pine Glade. HEX triplet: B9, BB and 84. RGB value is (185,187,132). Sum of RGB (Red+Green+Blue) = 185+187+132=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BB84 is #46447B. Grayscale: #B4B4B4. Windows color (decimal): -4605052 or 8698809. OLE color: 8698809.

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

Color convert

RGB185187132-
CMYK0.0100.290.27
HSL62.18º28.8%62.55%-
HSV(B)62.18º29.41%73.33%-
XYZ41.9447.5228.79-
YUV180.13100.84131.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=36.71%
G=37.10%
B=26.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851871320.0100.290.2762.1828.862.55
HexB9BB84101D1B3e1d3f
Octal271273204103533763577
Binary10111001101110111000010010111011101111111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BB84; }

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

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

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

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

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

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

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

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