#BCC87D

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

Shades of Pine Glade #BCC87D

Tints of Pine Glade #BCC87D

Color information

#BCC87D (or 0xBCC87D) is unknown color: approx Pine Glade. HEX triplet: BC, C8 and 7D. RGB value is (188,200,125). Sum of RGB (Red+Green+Blue) = 188+200+125=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC87D is #433782. Grayscale: #BCBCBC. Windows color (decimal): -4405123 or 8243388. OLE color: 8243388.

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

Color convert

RGB188200125-
CMYK0.0600.380.22
HSL69.6º40.54%63.73%-
HSV(B)69.6º37.5%78.43%-
XYZ45.0953.4827.35-
YUV187.8692.52128.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 125 (49.22% from 255) = 24.37%
R=36.65%
G=38.99%
B=24.37%

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
Decimal1882001250.0600.380.2269.640.5463.73
HexBCC87D602616462940
Octal27431017560462610651100
Binary1011110011001000111110111001001101011010001101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC87D; }

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

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

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

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

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

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

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

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