#BDC595

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

Shades of Green Mist #BDC595

Tints of Green Mist #BDC595

Color information

#BDC595 (or 0xBDC595) is unknown color: approx Green Mist. HEX triplet: BD, C5 and 95. RGB value is (189,197,149). Sum of RGB (Red+Green+Blue) = 189+197+149=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC595 is #423A6A. Grayscale: #BDBDBD. Windows color (decimal): -4340331 or 9815485. OLE color: 9815485.

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

Color convert

RGB189197149-
CMYK0.0400.240.23
HSL70º29.27%67.84%-
HSV(B)70º24.37%77.25%-
XYZ46.3852.9236.2-
YUV189.14105.35127.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 149 (58.59% from 255) = 27.85%
R=35.33%
G=36.82%
B=27.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971490.0400.240.237029.2767.84
HexBDC595401817461d44
Octal27530522540302710635104
Binary101111011100010110010101100011000101111000110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC595; }

 p { color: rgb(189,197,149); }

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

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

 a { background-color: rgb(189,197,149); }

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

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

 span { border-color: rgb(189,197,149); }

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