#BCC399

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

Shades of Green Mist #BCC399

Tints of Green Mist #BCC399

Color information

#BCC399 (or 0xBCC399) is unknown color: approx Green Mist. HEX triplet: BC, C3 and 99. RGB value is (188,195,153). Sum of RGB (Red+Green+Blue) = 188+195+153=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC399 is #433C66. Grayscale: #BCBCBC. Windows color (decimal): -4406375 or 10077116. OLE color: 10077116.

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

Color convert

RGB188195153-
CMYK0.0400.220.24
HSL70º25.93%68.24%-
HSV(B)70º21.54%76.47%-
XYZ4652.0237.75-
YUV188.12108.18127.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 195 (76.56% from 255) = 36.38%
BLUE value IS 153 (60.16% from 255) = 28.54%
R=35.07%
G=36.38%
B=28.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951530.0400.220.247025.9368.24
HexBCC399401618461a44
Octal27430323140263010632104
Binary101111001100001110011001100010110110001000110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC399; }

 p { color: rgb(188,195,153); }

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

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

 a { background-color: rgb(188,195,153); }

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

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

 span { border-color: rgb(188,195,153); }

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