#BCC47D

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

Shades of Pine Glade #BCC47D

Tints of Pine Glade #BCC47D

Color information

#BCC47D (or 0xBCC47D) is unknown color: approx Pine Glade. HEX triplet: BC, C4 and 7D. RGB value is (188,196,125). Sum of RGB (Red+Green+Blue) = 188+196+125=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC47D is #433B82. Grayscale: #B9B9B9. Windows color (decimal): -4406147 or 8242364. OLE color: 8242364.

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

Color convert

RGB188196125-
CMYK0.0400.360.23
HSL66.76º37.57%62.94%-
HSV(B)66.76º36.22%76.86%-
XYZ44.1851.6527.04-
YUV185.5193.85129.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 196 (76.95% from 255) = 38.51%
BLUE value IS 125 (49.22% from 255) = 24.56%
R=36.94%
G=38.51%
B=24.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961250.0400.360.2366.7637.5762.94
HexBCC47D40241743263f
Octal2743041754044271034677
Binary101111001100010011111011000100100101111000011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC47D; }

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

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

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

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

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

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

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

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