#BCC876

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

Shades of Pine Glade #BCC876

Tints of Pine Glade #BCC876

Color information

#BCC876 (or 0xBCC876) is unknown color: approx Pine Glade. HEX triplet: BC, C8 and 76. RGB value is (188,200,118). Sum of RGB (Red+Green+Blue) = 188+200+118=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC876 is #433789. Grayscale: #BBBBBB. Windows color (decimal): -4405130 or 7784636. OLE color: 7784636.

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

Color convert

RGB188200118-
CMYK0.0600.410.22
HSL68.78º42.71%62.35%-
HSV(B)68.78º41%78.43%-
XYZ44.6653.3125.07-
YUV187.0689.02128.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 200 (78.52% from 255) = 39.53%
BLUE value IS 118 (46.48% from 255) = 23.32%
R=37.15%
G=39.53%
B=23.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001180.0600.410.2268.7842.7162.35
HexBCC876602916452b3e
Octal2743101666051261055376
Binary101111001100100011101101100101001101101000101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC876; }

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

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

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

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

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

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

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

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