#BCC87C

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

Shades of Pine Glade #BCC87C

Tints of Pine Glade #BCC87C

Color information

#BCC87C (or 0xBCC87C) is unknown color: approx Pine Glade. HEX triplet: BC, C8 and 7C. RGB value is (188,200,124). Sum of RGB (Red+Green+Blue) = 188+200+124=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC87C is #433783. Grayscale: #BCBCBC. Windows color (decimal): -4405124 or 8177852. OLE color: 8177852.

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

Color convert

RGB188200124-
CMYK0.0600.380.22
HSL69.47º40.86%63.53%-
HSV(B)69.47º38%78.43%-
XYZ45.0353.4627.01-
YUV187.7592.02128.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.72%
GREEN value IS 200 (78.52% from 255) = 39.06%
BLUE value IS 124 (48.83% from 255) = 24.22%
R=36.72%
G=39.06%
B=24.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001240.0600.380.2269.4740.8663.53
HexBCC87C602616452940
Octal27431017460462610551100
Binary1011110011001000111110011001001101011010001011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC87C; }

 p { color: rgb(188,200,124); }

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

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

 a { background-color: rgb(188,200,124); }

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

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

 span { border-color: rgb(188,200,124); }

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