#BBBF89

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

Shades of Pine Glade #BBBF89

Tints of Pine Glade #BBBF89

Color information

#BBBF89 (or 0xBBBF89) is unknown color: approx Pine Glade. HEX triplet: BB, BF and 89. RGB value is (187,191,137). Sum of RGB (Red+Green+Blue) = 187+191+137=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF89 is #444076. Grayscale: #B7B7B7. Windows color (decimal): -4472951 or 9027515. OLE color: 9027515.

HSL color Cylindrical-coordinate representation of color #BBBF89: hue angle of 64.44º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBBF89 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB187191137-
CMYK0.0200.280.25
HSL64.44º29.67%64.31%-
HSV(B)64.44º28.27%74.9%-
XYZ43.6449.6330.95-
YUV183.65101.67130.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 137 (53.91% from 255) = 26.60%
R=36.31%
G=37.09%
B=26.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911370.0200.280.2564.4429.6764.31
HexBBBF89201C19401e40
Octal27327721120343110036100
Binary10111011101111111000100110011100110011000000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF89; }

 p { color: rgb(187,191,137); }

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

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

 a { background-color: rgb(187,191,137); }

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

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

 span { border-color: rgb(187,191,137); }

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