#BAD397

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

Shades of Sprout #BAD397

Tints of Sprout #BAD397

Color information

#BAD397 (or 0xBAD397) is unknown color: approx Sprout. HEX triplet: BA, D3 and 97. RGB value is (186,211,151). Sum of RGB (Red+Green+Blue) = 186+211+151=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD397 is #452C68. Grayscale: #C4C4C4. Windows color (decimal): -4533353 or 9950138. OLE color: 9950138.

HSL color Cylindrical-coordinate representation of color #BAD397: hue angle of 85º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAD397 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB186211151-
CMYK0.1200.280.17
HSL85º40.54%70.98%-
HSV(B)85º28.44%82.75%-
XYZ49.1359.2638.13-
YUV196.68102.22120.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 211 (82.81% from 255) = 38.50%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=33.94%
G=38.50%
B=27.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862111510.1200.280.178540.5470.98
HexBAD397C01C11552947
Octal272323227140342112551107
Binary10111010110100111001011111000111001000110101011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD397; }

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

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

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

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

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

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

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

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