#BDC995

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

Shades of Green Mist #BDC995

Tints of Green Mist #BDC995

Color information

#BDC995 (or 0xBDC995) is unknown color: approx Green Mist. HEX triplet: BD, C9 and 95. RGB value is (189,201,149). Sum of RGB (Red+Green+Blue) = 189+201+149=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC995 is #42366A. Grayscale: #BFBFBF. Windows color (decimal): -4339307 or 9816509. OLE color: 9816509.

HSL color Cylindrical-coordinate representation of color #BDC995: hue angle of 73.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDC995 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB189201149-
CMYK0.0600.260.21
HSL73.85º32.5%68.63%-
HSV(B)73.85º25.87%78.82%-
XYZ47.354.7636.51-
YUV191.48104.02126.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 201 (78.91% from 255) = 37.29%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=35.06%
G=37.29%
B=27.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892011490.0600.260.2173.8532.568.63
HexBDC995601A154a2045
Octal27531122560322511240105
Binary1011110111001001100101011100110101010110010101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC995; }

 p { color: rgb(189,201,149); }

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

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

 a { background-color: rgb(189,201,149); }

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

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

 span { border-color: rgb(189,201,149); }

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