#BAD897

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

Shades of Sprout #BAD897

Tints of Sprout #BAD897

Color information

#BAD897 (or 0xBAD897) is unknown color: approx Sprout. HEX triplet: BA, D8 and 97. RGB value is (186,216,151). Sum of RGB (Red+Green+Blue) = 186+216+151=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD897 is #452768. Grayscale: #C7C7C7. Windows color (decimal): -4532073 or 9951418. OLE color: 9951418.

HSL color Cylindrical-coordinate representation of color #BAD897: hue angle of 87.69º degrees, saturation: 0.45, 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 #BAD897 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB186216151-
CMYK0.1400.300.15
HSL87.69º45.45%71.96%-
HSV(B)87.69º30.09%84.71%-
XYZ50.3961.7938.55-
YUV199.62100.56118.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 216 (84.77% from 255) = 39.06%
BLUE value IS 151 (59.38% from 255) = 27.31%
R=33.63%
G=39.06%
B=27.31%

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
Decimal1862161510.1400.300.1587.6945.4571.96
HexBAD897E01EF582d48
Octal272330227160361713055110
Binary1011101011011000100101111110011110111110110001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD897; }

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

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

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

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

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

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

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

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