#BDC897

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

Shades of Green Mist #BDC897

Tints of Green Mist #BDC897

Color information

#BDC897 (or 0xBDC897) is unknown color: approx Green Mist. HEX triplet: BD, C8 and 97. RGB value is (189,200,151). Sum of RGB (Red+Green+Blue) = 189+200+151=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC897 is #423768. Grayscale: #BFBFBF. Windows color (decimal): -4339561 or 9947325. OLE color: 9947325.

HSL color Cylindrical-coordinate representation of color #BDC897: hue angle of 73.47º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC897 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB189200151-
CMYK0.0600.240.22
HSL73.47º30.82%68.82%-
HSV(B)73.47º24.5%78.43%-
XYZ47.2354.3637.28-
YUV191.12105.36126.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 200 (78.52% from 255) = 37.04%
BLUE value IS 151 (59.38% from 255) = 27.96%
R=35%
G=37.04%
B=27.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001510.0600.240.2273.4730.8268.82
HexBDC897601816491f45
Octal27531022760302611137105
Binary101111011100100010010111110011000101101001001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC897; }

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

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

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

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

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

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

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

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