#BBBD86

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

Shades of Pine Glade #BBBD86

Tints of Pine Glade #BBBD86

Color information

#BBBD86 (or 0xBBBD86) is unknown color: approx Pine Glade. HEX triplet: BB, BD and 86. RGB value is (187,189,134). Sum of RGB (Red+Green+Blue) = 187+189+134=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD86 is #444279. Grayscale: #B6B6B6. Windows color (decimal): -4473466 or 8830395. OLE color: 8830395.

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

Color convert

RGB187189134-
CMYK0.0100.290.26
HSL62.18º29.41%63.33%-
HSV(B)62.18º29.1%74.12%-
XYZ42.9948.6829.68-
YUV182.13100.84131.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 189 (74.22% from 255) = 37.06%
BLUE value IS 134 (52.73% from 255) = 26.27%
R=36.67%
G=37.06%
B=26.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891340.0100.290.2662.1829.4163.33
HexBBBD86101D1A3e1d3f
Octal273275206103532763577
Binary10111011101111011000011010111011101011111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD86; }

 p { color: rgb(187,189,134); }

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

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

 a { background-color: rgb(187,189,134); }

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

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

 span { border-color: rgb(187,189,134); }

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