#BAD898

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

Shades of Sprout #BAD898

Tints of Sprout #BAD898

Color information

#BAD898 (or 0xBAD898) is unknown color: approx Sprout. HEX triplet: BA, D8 and 98. RGB value is (186,216,152). Sum of RGB (Red+Green+Blue) = 186+216+152=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD898 is #452767. Grayscale: #C7C7C7. Windows color (decimal): -4532072 or 10016954. OLE color: 10016954.

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

Color convert

RGB186216152-
CMYK0.1400.300.15
HSL88.12º45.07%72.16%-
HSV(B)88.12º29.63%84.71%-
XYZ50.4761.8238.98-
YUV199.73101.06118.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 216 (84.77% from 255) = 38.99%
BLUE value IS 152 (59.77% from 255) = 27.44%
R=33.57%
G=38.99%
B=27.44%

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
Decimal1862161520.1400.300.1588.1245.0772.16
HexBAD898E01EF582d48
Octal272330230160361713055110
Binary1011101011011000100110001110011110111110110001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD898; }

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

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

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

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

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

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

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

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