#BCC087

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

Shades of Pine Glade #BCC087

Tints of Pine Glade #BCC087

Color information

#BCC087 (or 0xBCC087) is unknown color: approx Pine Glade. HEX triplet: BC, C0 and 87. RGB value is (188,192,135). Sum of RGB (Red+Green+Blue) = 188+192+135=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC087 is #433F78. Grayscale: #B8B8B8. Windows color (decimal): -4407161 or 8896700. OLE color: 8896700.

HSL color Cylindrical-coordinate representation of color #BCC087: hue angle of 64.21º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCC087 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB188192135-
CMYK0.0200.300.25
HSL64.21º31.15%64.12%-
HSV(B)64.21º29.69%75.29%-
XYZ43.9650.1430.28-
YUV184.31100.17130.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 192 (75.39% from 255) = 37.28%
BLUE value IS 135 (53.12% from 255) = 26.21%
R=36.50%
G=37.28%
B=26.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921350.0200.300.2564.2131.1564.12
HexBCC087201E19401f40
Octal27430020720363110037100
Binary10111100110000001000011110011110110011000000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC087; }

 p { color: rgb(188,192,135); }

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

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

 a { background-color: rgb(188,192,135); }

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

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

 span { border-color: rgb(188,192,135); }

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