#BCC180

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

Shades of Pine Glade #BCC180

Tints of Pine Glade #BCC180

Color information

#BCC180 (or 0xBCC180) is unknown color: approx Pine Glade. HEX triplet: BC, C1 and 80. RGB value is (188,193,128). Sum of RGB (Red+Green+Blue) = 188+193+128=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC180 is #433E7F. Grayscale: #B8B8B8. Windows color (decimal): -4406912 or 8438204. OLE color: 8438204.

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

Color convert

RGB188193128-
CMYK0.0300.340.24
HSL64.62º34.39%62.94%-
HSV(B)64.62º33.68%75.69%-
XYZ43.7150.3927.84-
YUV184.196.34130.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 193 (75.78% from 255) = 37.92%
BLUE value IS 128 (50.39% from 255) = 25.15%
R=36.94%
G=37.92%
B=25.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931280.0300.340.2464.6234.3962.94
HexBCC18030221841223f
Octal2743012003042301014277
Binary101111001100000110000000110100010110001000001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC180; }

 p { color: rgb(188,193,128); }

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

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

 a { background-color: rgb(188,193,128); }

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

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

 span { border-color: rgb(188,193,128); }

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