#BCC696

Color #BCC696 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #BCC696

Tints of Green Mist #BCC696

Color information

#BCC696 (or 0xBCC696) is unknown color: approx Green Mist. HEX triplet: BC, C6 and 96. RGB value is (188,198,150). Sum of RGB (Red+Green+Blue) = 188+198+150=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC696 is #433969. Grayscale: #BDBDBD. Windows color (decimal): -4405610 or 9881276. OLE color: 9881276.

HSL color Cylindrical-coordinate representation of color #BCC696: hue angle of 72.5º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC696 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB188198150-
CMYK0.0500.240.22
HSL72.5º29.63%68.24%-
HSV(B)72.5º24.24%77.65%-
XYZ46.4453.2836.69-
YUV189.54105.69126.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 198 (77.73% from 255) = 36.94%
BLUE value IS 150 (58.98% from 255) = 27.99%
R=35.07%
G=36.94%
B=27.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981500.0500.240.2272.529.6368.24
HexBCC696501816481e44
Octal27430622650302611036104
Binary101111001100011010010110101011000101101001000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC696; }

 p { color: rgb(188,198,150); }

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

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

 a { background-color: rgb(188,198,150); }

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

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

 span { border-color: rgb(188,198,150); }

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