#BDC493

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

Shades of Green Mist #BDC493

Tints of Green Mist #BDC493

Color information

#BDC493 (or 0xBDC493) is unknown color: approx Green Mist. HEX triplet: BD, C4 and 93. RGB value is (189,196,147). Sum of RGB (Red+Green+Blue) = 189+196+147=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC493 is #423B6C. Grayscale: #BCBCBC. Windows color (decimal): -4340589 or 9684157. OLE color: 9684157.

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

Color convert

RGB189196147-
CMYK0.0400.250.23
HSL68.57º29.34%67.25%-
HSV(B)68.57º25%76.86%-
XYZ45.9952.4135.29-
YUV188.32104.68128.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 196 (76.95% from 255) = 36.84%
BLUE value IS 147 (57.81% from 255) = 27.63%
R=35.53%
G=36.84%
B=27.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961470.0400.250.2368.5729.3467.25
HexBDC493401917451d43
Octal27530422340312710535103
Binary101111011100010010010011100011001101111000101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC493; }

 p { color: rgb(189,196,147); }

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

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

 a { background-color: rgb(189,196,147); }

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

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

 span { border-color: rgb(189,196,147); }

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