#BDC59A

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

Shades of Green Mist #BDC59A

Tints of Green Mist #BDC59A

Color information

#BDC59A (or 0xBDC59A) is unknown color: approx Green Mist. HEX triplet: BD, C5 and 9A. RGB value is (189,197,154). Sum of RGB (Red+Green+Blue) = 189+197+154=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC59A is #423A65. Grayscale: #BDBDBD. Windows color (decimal): -4340326 or 10143165. OLE color: 10143165.

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

Color convert

RGB189197154-
CMYK0.0400.220.23
HSL71.16º27.04%68.82%-
HSV(B)71.16º21.83%77.25%-
XYZ46.7953.0838.35-
YUV189.71107.85127.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 197 (77.34% from 255) = 36.48%
BLUE value IS 154 (60.55% from 255) = 28.52%
R=35%
G=36.48%
B=28.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971540.0400.220.2371.1627.0468.82
HexBDC59A401617471b45
Octal27530523240262710733105
Binary101111011100010110011010100010110101111000111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC59A; }

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

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

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

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

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

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

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

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