#BDC19F

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

Shades of Green Mist #BDC19F

Tints of Green Mist #BDC19F

Color information

#BDC19F (or 0xBDC19F) is unknown color: approx Green Mist. HEX triplet: BD, C1 and 9F. RGB value is (189,193,159). Sum of RGB (Red+Green+Blue) = 189+193+159=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC19F is #423E60. Grayscale: #BCBCBC. Windows color (decimal): -4341345 or 10469821. OLE color: 10469821.

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

Color convert

RGB189193159-
CMYK0.0200.180.24
HSL67.06º21.52%69.02%-
HSV(B)67.06º17.62%75.69%-
XYZ46.3151.4640.29-
YUV187.93111.67128.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 193 (75.78% from 255) = 35.67%
BLUE value IS 159 (62.5% from 255) = 29.39%
R=34.94%
G=35.67%
B=29.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931590.0200.180.2467.0621.5269.02
HexBDC19F201218431645
Octal27530123720223010326105
Binary10111101110000011001111110010010110001000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC19F; }

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

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

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

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

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

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

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

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