#BCC482

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

Shades of Pine Glade #BCC482

Tints of Pine Glade #BCC482

Color information

#BCC482 (or 0xBCC482) is unknown color: approx Pine Glade. HEX triplet: BC, C4 and 82. RGB value is (188,196,130). Sum of RGB (Red+Green+Blue) = 188+196+130=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC482 is #433B7D. Grayscale: #BABABA. Windows color (decimal): -4406142 or 8570044. OLE color: 8570044.

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

Color convert

RGB188196130-
CMYK0.0400.340.23
HSL67.27º35.87%63.92%-
HSV(B)67.27º33.67%76.86%-
XYZ44.5151.7828.77-
YUV186.0896.35129.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 196 (76.95% from 255) = 38.13%
BLUE value IS 130 (51.17% from 255) = 25.29%
R=36.58%
G=38.13%
B=25.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961300.0400.340.2367.2735.8763.92
HexBCC482402217432440
Octal27430420240422710344100
Binary10111100110001001000001010001000101011110000111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC482; }

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

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

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

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

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

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

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

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