#BDC395

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

Shades of Green Mist #BDC395

Tints of Green Mist #BDC395

Color information

#BDC395 (or 0xBDC395) is unknown color: approx Green Mist. HEX triplet: BD, C3 and 95. RGB value is (189,195,149). Sum of RGB (Red+Green+Blue) = 189+195+149=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC395 is #423C6A. Grayscale: #BCBCBC. Windows color (decimal): -4340843 or 9814973. OLE color: 9814973.

HSL color Cylindrical-coordinate representation of color #BDC395: hue angle of 67.83º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC395 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB189195149-
CMYK0.0300.240.24
HSL67.83º27.71%67.45%-
HSV(B)67.83º23.59%76.47%-
XYZ45.9352.0236.05-
YUV187.96106.01128.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 195 (76.56% from 255) = 36.59%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=35.46%
G=36.59%
B=27.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951490.0300.240.2467.8327.7167.45
HexBDC395301818441c43
Octal27530322530303010434103
Binary10111101110000111001010111011000110001000100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC395; }

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

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

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

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

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

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

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

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