#BAD494

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

Shades of Sprout #BAD494

Tints of Sprout #BAD494

Color information

#BAD494 (or 0xBAD494) is unknown color: approx Sprout. HEX triplet: BA, D4 and 94. RGB value is (186,212,148). Sum of RGB (Red+Green+Blue) = 186+212+148=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD494 is #452B6B. Grayscale: #C5C5C5. Windows color (decimal): -4533100 or 9753786. OLE color: 9753786.

HSL color Cylindrical-coordinate representation of color #BAD494: hue angle of 84.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAD494 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB186212148-
CMYK0.1200.300.17
HSL84.38º42.67%70.59%-
HSV(B)84.38º30.19%83.14%-
XYZ49.1459.6636.94-
YUV196.93100.39120.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 212 (83.20% from 255) = 38.83%
BLUE value IS 148 (58.20% from 255) = 27.11%
R=34.07%
G=38.83%
B=27.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862121480.1200.300.1784.3842.6770.59
HexBAD494C01E11542b47
Octal272324224140362112453107
Binary10111010110101001001010011000111101000110101001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD494; }

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

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

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

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

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

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

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

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