#BCC882

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

Shades of Pine Glade #BCC882

Tints of Pine Glade #BCC882

Color information

#BCC882 (or 0xBCC882) is unknown color: approx Pine Glade. HEX triplet: BC, C8 and 82. RGB value is (188,200,130). Sum of RGB (Red+Green+Blue) = 188+200+130=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC882 is #43377D. Grayscale: #BCBCBC. Windows color (decimal): -4405118 or 8571068. OLE color: 8571068.

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

Color convert

RGB188200130-
CMYK0.0600.350.22
HSL70.29º38.89%64.71%-
HSV(B)70.29º35%78.43%-
XYZ45.4253.6129.07-
YUV188.4395.02127.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 200 (78.52% from 255) = 38.61%
BLUE value IS 130 (51.17% from 255) = 25.10%
R=36.29%
G=38.61%
B=25.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001300.0600.350.2270.2938.8964.71
HexBCC882602316462741
Octal27431020260432610647101
Binary10111100110010001000001011001000111011010001101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC882; }

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

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

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

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

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

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

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

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