#BBBD8B

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

Shades of Pine Glade #BBBD8B

Tints of Pine Glade #BBBD8B

Color information

#BBBD8B (or 0xBBBD8B) is unknown color: approx Pine Glade. HEX triplet: BB, BD and 8B. RGB value is (187,189,139). Sum of RGB (Red+Green+Blue) = 187+189+139=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD8B is #444274. Grayscale: #B6B6B6. Windows color (decimal): -4473461 or 9158075. OLE color: 9158075.

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

Color convert

RGB187189139-
CMYK0.0100.260.26
HSL62.4º27.47%64.31%-
HSV(B)62.4º26.46%74.12%-
XYZ43.3548.8231.57-
YUV182.7103.34131.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 189 (74.22% from 255) = 36.70%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=36.31%
G=36.70%
B=26.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891390.0100.260.2662.427.4764.31
HexBBBD8B101A1A3e1b40
Octal2732752131032327633100
Binary101110111011110110001011101101011010111110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD8B; }

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

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

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

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

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

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

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

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