#BDC199

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

Shades of Green Mist #BDC199

Tints of Green Mist #BDC199

Color information

#BDC199 (or 0xBDC199) is unknown color: approx Green Mist. HEX triplet: BD, C1 and 99. RGB value is (189,193,153). Sum of RGB (Red+Green+Blue) = 189+193+153=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC199 is #423E66. Grayscale: #BBBBBB. Windows color (decimal): -4341351 or 10076605. OLE color: 10076605.

HSL color Cylindrical-coordinate representation of color #BDC199: hue angle of 66º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC199 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB189193153-
CMYK0.0200.210.24
HSL66º24.39%67.84%-
HSV(B)66º20.73%75.69%-
XYZ45.8151.2637.62-
YUV187.24108.67129.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 153 (60.16% from 255) = 28.60%
R=35.33%
G=36.07%
B=28.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931530.0200.210.246624.3967.84
HexBDC199201518421844
Octal27530123120253010230104
Binary10111101110000011001100110010101110001000010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC199; }

 p { color: rgb(189,193,153); }

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

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

 a { background-color: rgb(189,193,153); }

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

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

 span { border-color: rgb(189,193,153); }

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