#BBC688

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

Shades of Pine Glade #BBC688

Tints of Pine Glade #BBC688

Color information

#BBC688 (or 0xBBC688) is unknown color: approx Pine Glade. HEX triplet: BB, C6 and 88. RGB value is (187,198,136). Sum of RGB (Red+Green+Blue) = 187+198+136=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC688 is #443977. Grayscale: #BBBBBB. Windows color (decimal): -4471160 or 8963771. OLE color: 8963771.

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

Color convert

RGB187198136-
CMYK0.0600.310.22
HSL70.65º35.23%65.49%-
HSV(B)70.65º31.31%77.65%-
XYZ45.1352.7331.09-
YUV187.6498.86127.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 198 (77.73% from 255) = 38.00%
BLUE value IS 136 (53.52% from 255) = 26.10%
R=35.89%
G=38.00%
B=26.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981360.0600.310.2270.6535.2365.49
HexBBC688601F16472341
Octal27330621060372610743101
Binary1011101111000110100010001100111111011010001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC688; }

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

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

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

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

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

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

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

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