#bcc288

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

Shades of Pine Glade #BCC288

Tints of Pine Glade #BCC288

Color information

#BCC288 (or 0xBCC288) is unknown color: approx Pine Glade. HEX triplet: BC, C2 and 88. RGB value is (188,194,136). Sum of RGB (Red+Green+Blue) = 188+194+136=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC288 is #433D77. Grayscale: #B9B9B9. Windows color (decimal): -4406648 or 8962748. OLE color: 8962748.

HSL color Cylindrical-coordinate representation of color #BCC288: hue angle of 66.21º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCC288 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB188194136-
CMYK0.0300.300.24
HSL66.21º32.22%64.71%-
HSV(B)66.21º29.9%76.08%-
XYZ44.4751.0530.8-
YUV185.59100.01129.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 136 (53.52% from 255) = 26.25%
R=36.29%
G=37.45%
B=26.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941360.0300.300.2466.2132.2264.71
HexBCC288301E18422041
Octal27430221030363010240101
Binary101111001100001010001000110111101100010000101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcc288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcc288; }

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

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

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

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

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

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

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

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