#BBBC89

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

Shades of Pine Glade #BBBC89

Tints of Pine Glade #BBBC89

Color information

#BBBC89 (or 0xBBBC89) is unknown color: approx Pine Glade. HEX triplet: BB, BC and 89. RGB value is (187,188,137). Sum of RGB (Red+Green+Blue) = 187+188+137=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBC89 is #444376. Grayscale: #B6B6B6. Windows color (decimal): -4473719 or 9026747. OLE color: 9026747.

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

Color convert

RGB187188137-
CMYK0.0100.270.26
HSL61.18º27.57%63.73%-
HSV(B)61.18º27.13%73.73%-
XYZ42.9948.3430.73-
YUV181.89102.67131.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 137 (53.91% from 255) = 26.76%
R=36.52%
G=36.72%
B=26.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871881370.0100.270.2661.1827.5763.73
HexBBBC89101B1A3d1c40
Octal2732742111033327534100
Binary101110111011110010001001101101111010111101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBC89; }

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

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

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

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

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

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

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

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