#BCC271

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

Shades of Pine Glade #BCC271

Tints of Pine Glade #BCC271

Color information

#BCC271 (or 0xBCC271) is unknown color: approx Pine Glade. HEX triplet: BC, C2 and 71. RGB value is (188,194,113). Sum of RGB (Red+Green+Blue) = 188+194+113=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC271 is #433D8E. Grayscale: #B7B7B7. Windows color (decimal): -4406671 or 7455420. OLE color: 7455420.

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

Color convert

RGB188194113-
CMYK0.0300.420.24
HSL64.44º39.9%60.2%-
HSV(B)64.44º41.75%76.08%-
XYZ43.0150.4723.1-
YUV182.9788.51131.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 194 (76.17% from 255) = 39.19%
BLUE value IS 113 (44.53% from 255) = 22.83%
R=37.98%
G=39.19%
B=22.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941130.0300.420.2464.4439.960.2
HexBCC271302A1840283c
Octal2743021613052301005074
Binary10111100110000101110001110101010110001000000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC271; }

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

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

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

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

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

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

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

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