#BAD498

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

Shades of Sprout #BAD498

Tints of Sprout #BAD498

Color information

#BAD498 (or 0xBAD498) is unknown color: approx Sprout. HEX triplet: BA, D4 and 98. RGB value is (186,212,152). Sum of RGB (Red+Green+Blue) = 186+212+152=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD498 is #452B67. Grayscale: #C5C5C5. Windows color (decimal): -4533096 or 10015930. OLE color: 10015930.

HSL color Cylindrical-coordinate representation of color #BAD498: hue angle of 86º 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 #BAD498 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB186212152-
CMYK0.1200.280.17
HSL86º41.1%71.37%-
HSV(B)86º28.3%83.14%-
XYZ49.4659.7938.64-
YUV197.39102.39119.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 212 (83.20% from 255) = 38.55%
BLUE value IS 152 (59.77% from 255) = 27.64%
R=33.82%
G=38.55%
B=27.64%

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
Decimal1862121520.1200.280.178641.171.37
HexBAD498C01C11562947
Octal272324230140342112651107
Binary10111010110101001001100011000111001000110101101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD498; }

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

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

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

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

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

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

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

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