#BCC688

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

Shades of Pine Glade #BCC688

Tints of Pine Glade #BCC688

Color information

#BCC688 (or 0xBCC688) is unknown color: approx Pine Glade. HEX triplet: BC, C6 and 88. RGB value is (188,198,136). Sum of RGB (Red+Green+Blue) = 188+198+136=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC688 is #433977. Grayscale: #BCBCBC. Windows color (decimal): -4405624 or 8963772. OLE color: 8963772.

HSL color Cylindrical-coordinate representation of color #BCC688: hue angle of 69.68º 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 #BCC688 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB188198136-
CMYK0.0500.310.22
HSL69.68º35.23%65.49%-
HSV(B)69.68º31.31%77.65%-
XYZ45.3852.8631.1-
YUV187.9498.69128.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 198 (77.73% from 255) = 37.93%
BLUE value IS 136 (53.52% from 255) = 26.05%
R=36.02%
G=37.93%
B=26.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981360.0500.310.2269.6835.2365.49
HexBCC688501F16462341
Octal27430621050372610643101
Binary1011110011000110100010001010111111011010001101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC688; }

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

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

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

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

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

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

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

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