#BDC697

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

Shades of Green Mist #BDC697

Tints of Green Mist #BDC697

Color information

#BDC697 (or 0xBDC697) is unknown color: approx Green Mist. HEX triplet: BD, C6 and 97. RGB value is (189,198,151). Sum of RGB (Red+Green+Blue) = 189+198+151=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC697 is #423968. Grayscale: #BEBEBE. Windows color (decimal): -4340073 or 9946813. OLE color: 9946813.

HSL color Cylindrical-coordinate representation of color #BDC697: hue angle of 71.49º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC697 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB189198151-
CMYK0.0500.240.22
HSL71.49º29.19%68.43%-
HSV(B)71.49º23.74%77.65%-
XYZ46.7753.4437.13-
YUV189.95106.02127.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 151 (59.38% from 255) = 28.07%
R=35.13%
G=36.80%
B=28.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981510.0500.240.2271.4929.1968.43
HexBDC697501816471d44
Octal27530622750302610735104
Binary101111011100011010010111101011000101101000111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC697; }

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

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

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

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

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

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

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

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