#BDC09F

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

Shades of Green Mist #BDC09F

Tints of Green Mist #BDC09F

Color information

#BDC09F (or 0xBDC09F) is unknown color: approx Green Mist. HEX triplet: BD, C0 and 9F. RGB value is (189,192,159). Sum of RGB (Red+Green+Blue) = 189+192+159=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC09F is #423F60. Grayscale: #BBBBBB. Windows color (decimal): -4341601 or 10469565. OLE color: 10469565.

HSL color Cylindrical-coordinate representation of color #BDC09F: hue angle of 65.45º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDC09F is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB189192159-
CMYK0.0200.170.25
HSL65.45º20.75%68.82%-
HSV(B)65.45º17.19%75.29%-
XYZ46.0951.0240.22-
YUV187.34112.01129.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 159 (62.5% from 255) = 29.44%
R=35%
G=35.56%
B=29.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921590.0200.170.2565.4520.7568.82
HexBDC09F201119411545
Octal27530023720213110125105
Binary10111101110000001001111110010001110011000001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC09F; }

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

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

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

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

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

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

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

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