#BCC877

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

Shades of Pine Glade #BCC877

Tints of Pine Glade #BCC877

Color information

#BCC877 (or 0xBCC877) is unknown color: approx Pine Glade. HEX triplet: BC, C8 and 77. RGB value is (188,200,119). Sum of RGB (Red+Green+Blue) = 188+200+119=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC877 is #433788. Grayscale: #BBBBBB. Windows color (decimal): -4405129 or 7850172. OLE color: 7850172.

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

Color convert

RGB188200119-
CMYK0.0600.400.22
HSL68.89º42.41%62.55%-
HSV(B)68.89º40.5%78.43%-
XYZ44.7253.3325.39-
YUV187.1889.52128.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 200 (78.52% from 255) = 39.45%
BLUE value IS 119 (46.88% from 255) = 23.47%
R=37.08%
G=39.45%
B=23.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001190.0600.400.2268.8942.4162.55
HexBCC877602816452a3f
Octal2743101676050261055277
Binary101111001100100011101111100101000101101000101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC877; }

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

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

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

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

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

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

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

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