#BCC194

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

Shades of Green Mist #BCC194

Tints of Green Mist #BCC194

Color information

#BCC194 (or 0xBCC194) is unknown color: approx Green Mist. HEX triplet: BC, C1 and 94. RGB value is (188,193,148). Sum of RGB (Red+Green+Blue) = 188+193+148=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC194 is #433E6B. Grayscale: #BABABA. Windows color (decimal): -4406892 or 9748924. OLE color: 9748924.

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

Color convert

RGB188193148-
CMYK0.0300.230.24
HSL66.67º26.63%66.86%-
HSV(B)66.67º23.32%75.69%-
XYZ45.1550.9735.48-
YUV186.38106.34129.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 193 (75.78% from 255) = 36.48%
BLUE value IS 148 (58.20% from 255) = 27.98%
R=35.54%
G=36.48%
B=27.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931480.0300.230.2466.6726.6366.86
HexBCC194301718431b43
Octal27430122430273010333103
Binary10111100110000011001010011010111110001000011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC194; }

 p { color: rgb(188,193,148); }

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

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

 a { background-color: rgb(188,193,148); }

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

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

 span { border-color: rgb(188,193,148); }

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