#BDC19A

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

Shades of Green Mist #BDC19A

Tints of Green Mist #BDC19A

Color information

#BDC19A (or 0xBDC19A) is unknown color: approx Green Mist. HEX triplet: BD, C1 and 9A. RGB value is (189,193,154). Sum of RGB (Red+Green+Blue) = 189+193+154=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC19A is #423E65. Grayscale: #BBBBBB. Windows color (decimal): -4341350 or 10142141. OLE color: 10142141.

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

Color convert

RGB189193154-
CMYK0.0200.200.24
HSL66.15º23.93%68.04%-
HSV(B)66.15º20.21%75.69%-
XYZ45.8951.2938.05-
YUV187.36109.17129.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 193 (75.78% from 255) = 36.01%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=35.26%
G=36.01%
B=28.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931540.0200.200.2466.1523.9368.04
HexBDC19A201418421844
Octal27530123220243010230104
Binary10111101110000011001101010010100110001000010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC19A; }

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

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

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

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

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

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

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

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