#BAD496

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

Shades of Sprout #BAD496

Tints of Sprout #BAD496

Color information

#BAD496 (or 0xBAD496) is unknown color: approx Sprout. HEX triplet: BA, D4 and 96. RGB value is (186,212,150). Sum of RGB (Red+Green+Blue) = 186+212+150=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD496 is #452B69. Grayscale: #C5C5C5. Windows color (decimal): -4533098 or 9884858. OLE color: 9884858.

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

Color convert

RGB186212150-
CMYK0.1200.290.17
HSL85.16º41.89%70.98%-
HSV(B)85.16º29.25%83.14%-
XYZ49.359.7337.78-
YUV197.16101.39120.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 212 (83.20% from 255) = 38.69%
BLUE value IS 150 (58.98% from 255) = 27.37%
R=33.94%
G=38.69%
B=27.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862121500.1200.290.1785.1641.8970.98
HexBAD496C01D11552a47
Octal272324226140352112552107
Binary10111010110101001001011011000111011000110101011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD496; }

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

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

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

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

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

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

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

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