#BBC686

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

Shades of Pine Glade #BBC686

Tints of Pine Glade #BBC686

Color information

#BBC686 (or 0xBBC686) is unknown color: approx Pine Glade. HEX triplet: BB, C6 and 86. RGB value is (187,198,134). Sum of RGB (Red+Green+Blue) = 187+198+134=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC686 is #443979. Grayscale: #BBBBBB. Windows color (decimal): -4471162 or 8832699. OLE color: 8832699.

HSL color Cylindrical-coordinate representation of color #BBC686: hue angle of 70.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBC686 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB187198134-
CMYK0.0600.320.22
HSL70.31º35.96%65.1%-
HSV(B)70.31º32.32%77.65%-
XYZ44.9952.6730.35-
YUV187.4297.86127.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 198 (77.73% from 255) = 38.15%
BLUE value IS 134 (52.73% from 255) = 25.82%
R=36.03%
G=38.15%
B=25.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981340.0600.320.2270.3135.9665.1
HexBBC686602016462441
Octal27330620660402610644101
Binary10111011110001101000011011001000001011010001101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC686; }

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

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

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

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

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

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

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

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