#BDC598

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

Shades of Green Mist #BDC598

Tints of Green Mist #BDC598

Color information

#BDC598 (or 0xBDC598) is unknown color: approx Green Mist. HEX triplet: BD, C5 and 98. RGB value is (189,197,152). Sum of RGB (Red+Green+Blue) = 189+197+152=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC598 is #423A67. Grayscale: #BDBDBD. Windows color (decimal): -4340328 or 10012093. OLE color: 10012093.

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

Color convert

RGB189197152-
CMYK0.0400.230.23
HSL70.67º27.95%68.43%-
HSV(B)70.67º22.84%77.25%-
XYZ46.6253.0237.48-
YUV189.48106.85127.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 197 (77.34% from 255) = 36.62%
BLUE value IS 152 (59.77% from 255) = 28.25%
R=35.13%
G=36.62%
B=28.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971520.0400.230.2370.6727.9568.43
HexBDC598401717471c44
Octal27530523040272710734104
Binary101111011100010110011000100010111101111000111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC598; }

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

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

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

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

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

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

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

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