#BAD998

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

Shades of Sprout #BAD998

Tints of Sprout #BAD998

Color information

#BAD998 (or 0xBAD998) is unknown color: approx Sprout. HEX triplet: BA, D9 and 98. RGB value is (186,217,152). Sum of RGB (Red+Green+Blue) = 186+217+152=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD998 is #452667. Grayscale: #C8C8C8. Windows color (decimal): -4531816 or 10017210. OLE color: 10017210.

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

Color convert

RGB186217152-
CMYK0.1400.300.15
HSL88.62º46.1%72.35%-
HSV(B)88.62º29.95%85.1%-
XYZ50.7362.3339.06-
YUV200.32100.73117.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 217 (85.16% from 255) = 39.10%
BLUE value IS 152 (59.77% from 255) = 27.39%
R=33.51%
G=39.10%
B=27.39%

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
Decimal1862171520.1400.300.1588.6246.172.35
HexBAD998E01EF592e48
Octal272331230160361713156110
Binary1011101011011001100110001110011110111110110011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD998; }

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

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

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

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

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

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

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

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