#BDC599

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

Shades of Green Mist #BDC599

Tints of Green Mist #BDC599

Color information

#BDC599 (or 0xBDC599) is unknown color: approx Green Mist. HEX triplet: BD, C5 and 99. RGB value is (189,197,153). Sum of RGB (Red+Green+Blue) = 189+197+153=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC599 is #423A66. Grayscale: #BDBDBD. Windows color (decimal): -4340327 or 10077629. OLE color: 10077629.

HSL color Cylindrical-coordinate representation of color #BDC599: hue angle of 70.91º degrees, saturation: 0.28, 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 #BDC599 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB189197153-
CMYK0.0400.220.23
HSL70.91º27.5%68.63%-
HSV(B)70.91º22.34%77.25%-
XYZ46.753.0537.92-
YUV189.59107.35127.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 197 (77.34% from 255) = 36.55%
BLUE value IS 153 (60.16% from 255) = 28.39%
R=35.06%
G=36.55%
B=28.39%

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
Decimal1891971530.0400.220.2370.9127.568.63
HexBDC599401617471c45
Octal27530523140262710734105
Binary101111011100010110011001100010110101111000111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC599; }

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

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

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

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

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

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

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

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