#BAD197

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

Shades of Sprout #BAD197

Tints of Sprout #BAD197

Color information

#BAD197 (or 0xBAD197) is unknown color: approx Sprout. HEX triplet: BA, D1 and 97. RGB value is (186,209,151). Sum of RGB (Red+Green+Blue) = 186+209+151=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD197 is #452E68. Grayscale: #C3C3C3. Windows color (decimal): -4533865 or 9949626. OLE color: 9949626.

HSL color Cylindrical-coordinate representation of color #BAD197: hue angle of 83.79º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAD197 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB186209151-
CMYK0.1100.280.18
HSL83.79º38.67%70.59%-
HSV(B)83.79º27.75%81.96%-
XYZ48.6458.2737.96-
YUV195.51102.88121.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 209 (82.03% from 255) = 38.28%
BLUE value IS 151 (59.38% from 255) = 27.66%
R=34.07%
G=38.28%
B=27.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862091510.1100.280.1883.7938.6770.59
HexBAD197B01C12542747
Octal272321227130342212447107
Binary10111010110100011001011110110111001001010101001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD197; }

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

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

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

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

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

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

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

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