#BCC299

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

Shades of Green Mist #BCC299

Tints of Green Mist #BCC299

Color information

#BCC299 (or 0xBCC299) is unknown color: approx Green Mist. HEX triplet: BC, C2 and 99. RGB value is (188,194,153). Sum of RGB (Red+Green+Blue) = 188+194+153=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC299 is #433D66. Grayscale: #BBBBBB. Windows color (decimal): -4406631 or 10076860. OLE color: 10076860.

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

Color convert

RGB188194153-
CMYK0.0300.210.24
HSL68.78º25.15%68.04%-
HSV(B)68.78º21.13%76.08%-
XYZ45.7851.5737.68-
YUV187.53108.51128.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 194 (76.17% from 255) = 36.26%
BLUE value IS 153 (60.16% from 255) = 28.60%
R=35.14%
G=36.26%
B=28.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941530.0300.210.2468.7825.1568.04
HexBCC299301518451944
Octal27430223130253010531104
Binary10111100110000101001100111010101110001000101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC299; }

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

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

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

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

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

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

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

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