#BCC298

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

Shades of Green Mist #BCC298

Tints of Green Mist #BCC298

Color information

#BCC298 (or 0xBCC298) is unknown color: approx Green Mist. HEX triplet: BC, C2 and 98. RGB value is (188,194,152). Sum of RGB (Red+Green+Blue) = 188+194+152=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC298 is #433D67. Grayscale: #BBBBBB. Windows color (decimal): -4406632 or 10011324. OLE color: 10011324.

HSL color Cylindrical-coordinate representation of color #BCC298: hue angle of 68.57º 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 #BCC298 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB188194152-
CMYK0.0300.220.24
HSL68.57º25.61%67.84%-
HSV(B)68.57º21.65%76.08%-
XYZ45.751.5437.25-
YUV187.42108.01128.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 194 (76.17% from 255) = 36.33%
BLUE value IS 152 (59.77% from 255) = 28.46%
R=35.21%
G=36.33%
B=28.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941520.0300.220.2468.5725.6167.84
HexBCC298301618451a44
Octal27430223030263010532104
Binary10111100110000101001100011010110110001000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC298; }

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

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

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

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

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

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

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

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