#BDC197

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

Shades of Green Mist #BDC197

Tints of Green Mist #BDC197

Color information

#BDC197 (or 0xBDC197) is unknown color: approx Green Mist. HEX triplet: BD, C1 and 97. RGB value is (189,193,151). Sum of RGB (Red+Green+Blue) = 189+193+151=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC197 is #423E68. Grayscale: #BBBBBB. Windows color (decimal): -4341353 or 9945533. OLE color: 9945533.

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

Color convert

RGB189193151-
CMYK0.0200.220.24
HSL65.71º25.3%67.45%-
HSV(B)65.71º21.76%75.69%-
XYZ45.6451.1936.75-
YUV187.02107.67129.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 151 (59.38% from 255) = 28.33%
R=35.46%
G=36.21%
B=28.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931510.0200.220.2465.7125.367.45
HexBDC197201618421943
Octal27530122720263010231103
Binary10111101110000011001011110010110110001000010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC197; }

 p { color: rgb(189,193,151); }

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

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

 a { background-color: rgb(189,193,151); }

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

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

 span { border-color: rgb(189,193,151); }

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