#BCC880

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

Shades of Pine Glade #BCC880

Tints of Pine Glade #BCC880

Color information

#BCC880 (or 0xBCC880) is unknown color: approx Pine Glade. HEX triplet: BC, C8 and 80. RGB value is (188,200,128). Sum of RGB (Red+Green+Blue) = 188+200+128=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC880 is #43377F. Grayscale: #BCBCBC. Windows color (decimal): -4405120 or 8439996. OLE color: 8439996.

HSL color Cylindrical-coordinate representation of color #BCC880: hue angle of 70º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCC880 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB188200128-
CMYK0.0600.360.22
HSL70º39.56%64.31%-
HSV(B)70º36%78.43%-
XYZ45.2953.5628.37-
YUV188.294.02127.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 200 (78.52% from 255) = 38.76%
BLUE value IS 128 (50.39% from 255) = 24.81%
R=36.43%
G=38.76%
B=24.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001280.0600.360.227039.5664.31
HexBCC880602416462840
Octal27431020060442610650100
Binary10111100110010001000000011001001001011010001101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC880; }

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

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

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

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

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

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

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

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