#BAD895

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

Shades of Sprout #BAD895

Tints of Sprout #BAD895

Color information

#BAD895 (or 0xBAD895) is unknown color: approx Sprout. HEX triplet: BA, D8 and 95. RGB value is (186,216,149). Sum of RGB (Red+Green+Blue) = 186+216+149=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD895 is #45276A. Grayscale: #C7C7C7. Windows color (decimal): -4532075 or 9820346. OLE color: 9820346.

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

Color convert

RGB186216149-
CMYK0.1400.310.15
HSL86.87º46.21%71.57%-
HSV(B)86.87º31.02%84.71%-
XYZ50.2361.7237.7-
YUV199.3999.56118.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 216 (84.77% from 255) = 39.20%
BLUE value IS 149 (58.59% from 255) = 27.04%
R=33.76%
G=39.20%
B=27.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862161490.1400.310.1586.8746.2171.57
HexBAD895E01FF572e48
Octal272330225160371712756110
Binary1011101011011000100101011110011111111110101111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD895; }

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

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

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

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

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

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

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

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