#BCC47F

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

Shades of Pine Glade #BCC47F

Tints of Pine Glade #BCC47F

Color information

#BCC47F (or 0xBCC47F) is unknown color: approx Pine Glade. HEX triplet: BC, C4 and 7F. RGB value is (188,196,127). Sum of RGB (Red+Green+Blue) = 188+196+127=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC47F is #433B80. Grayscale: #BABABA. Windows color (decimal): -4406145 or 8373436. OLE color: 8373436.

HSL color Cylindrical-coordinate representation of color #BCC47F: hue angle of 66.96º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCC47F is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB188196127-
CMYK0.0400.350.23
HSL66.96º36.9%63.33%-
HSV(B)66.96º35.2%76.86%-
XYZ44.3151.727.72-
YUV185.7494.85129.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 127 (50% from 255) = 24.85%
R=36.79%
G=38.36%
B=24.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961270.0400.350.2366.9636.963.33
HexBCC47F40231743253f
Octal2743041774043271034577
Binary101111001100010011111111000100011101111000011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC47F; }

 p { color: rgb(188,196,127); }

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

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

 a { background-color: rgb(188,196,127); }

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

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

 span { border-color: rgb(188,196,127); }

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