#BAD997

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

Shades of Sprout #BAD997

Tints of Sprout #BAD997

Color information

#BAD997 (or 0xBAD997) is unknown color: approx Sprout. HEX triplet: BA, D9 and 97. RGB value is (186,217,151). Sum of RGB (Red+Green+Blue) = 186+217+151=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD997 is #452668. Grayscale: #C8C8C8. Windows color (decimal): -4531817 or 9951674. OLE color: 9951674.

HSL color Cylindrical-coordinate representation of color #BAD997: hue angle of 88.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAD997 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB186217151-
CMYK0.1400.300.15
HSL88.18º46.48%72.16%-
HSV(B)88.18º30.41%85.1%-
XYZ50.6562.338.63-
YUV200.21100.23117.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 217 (85.16% from 255) = 39.17%
BLUE value IS 151 (59.38% from 255) = 27.26%
R=33.57%
G=39.17%
B=27.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171510.1400.300.1588.1846.4872.16
HexBAD997E01EF582e48
Octal272331227160361713056110
Binary1011101011011001100101111110011110111110110001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD997; }

 p { color: rgb(186,217,151); }

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

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

 a { background-color: rgb(186,217,151); }

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

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

 span { border-color: rgb(186,217,151); }

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