#BAD196

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

Shades of Sprout #BAD196

Tints of Sprout #BAD196

Color information

#BAD196 (or 0xBAD196) is unknown color: approx Sprout. HEX triplet: BA, D1 and 96. RGB value is (186,209,150). Sum of RGB (Red+Green+Blue) = 186+209+150=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD196 is #452E69. Grayscale: #C3C3C3. Windows color (decimal): -4533866 or 9884090. OLE color: 9884090.

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

Color convert

RGB186209150-
CMYK0.1100.280.18
HSL83.39º39.07%70.39%-
HSV(B)83.39º28.23%81.96%-
XYZ48.5658.2437.54-
YUV195.4102.38121.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 209 (82.03% from 255) = 38.35%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=34.13%
G=38.35%
B=27.52%

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
Decimal1862091500.1100.280.1883.3939.0770.39
HexBAD196B01C12532746
Octal272321226130342212347106
Binary10111010110100011001011010110111001001010100111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD196; }

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

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

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

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

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

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

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

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