#BCC590

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

Shades of Green Mist #BCC590

Tints of Green Mist #BCC590

Color information

#BCC590 (or 0xBCC590) is unknown color: approx Green Mist. HEX triplet: BC, C5 and 90. RGB value is (188,197,144). Sum of RGB (Red+Green+Blue) = 188+197+144=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC590 is #433A6F. Grayscale: #BCBCBC. Windows color (decimal): -4405872 or 9487804. OLE color: 9487804.

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

Color convert

RGB188197144-
CMYK0.0500.270.23
HSL70.19º31.36%66.86%-
HSV(B)70.19º26.9%77.25%-
XYZ45.7452.6434.13-
YUV188.27103.02127.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 197 (77.34% from 255) = 37.24%
BLUE value IS 144 (56.64% from 255) = 27.22%
R=35.54%
G=37.24%
B=27.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971440.0500.270.2370.1931.3666.86
HexBCC590501B17461f43
Octal27430522050332710637103
Binary101111001100010110010000101011011101111000110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC590; }

 p { color: rgb(188,197,144); }

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

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

 a { background-color: rgb(188,197,144); }

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

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

 span { border-color: rgb(188,197,144); }

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