#BCC276

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

Shades of Pine Glade #BCC276

Tints of Pine Glade #BCC276

Color information

#BCC276 (or 0xBCC276) is unknown color: approx Pine Glade. HEX triplet: BC, C2 and 76. RGB value is (188,194,118). Sum of RGB (Red+Green+Blue) = 188+194+118=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC276 is #433D89. Grayscale: #B7B7B7. Windows color (decimal): -4406666 or 7783100. OLE color: 7783100.

HSL color Cylindrical-coordinate representation of color #BCC276: hue angle of 64.74º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCC276 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB188194118-
CMYK0.0300.390.24
HSL64.74º38.38%61.18%-
HSV(B)64.74º39.18%76.08%-
XYZ43.350.5824.62-
YUV183.5491.01131.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 194 (76.17% from 255) = 38.8%
BLUE value IS 118 (46.48% from 255) = 23.6%
R=37.6%
G=38.8%
B=23.6%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941180.0300.390.2464.7438.3861.18
HexBCC27630271841263d
Octal2743021663047301014675
Binary10111100110000101110110110100111110001000001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC276; }

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

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

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

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

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

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

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

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