#BAD495

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

Shades of Sprout #BAD495

Tints of Sprout #BAD495

Color information

#BAD495 (or 0xBAD495) is unknown color: approx Sprout. HEX triplet: BA, D4 and 95. RGB value is (186,212,149). Sum of RGB (Red+Green+Blue) = 186+212+149=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD495 is #452B6A. Grayscale: #C5C5C5. Windows color (decimal): -4533099 or 9819322. OLE color: 9819322.

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

Color convert

RGB186212149-
CMYK0.1200.300.17
HSL84.76º42.28%70.78%-
HSV(B)84.76º29.72%83.14%-
XYZ49.2259.737.36-
YUV197.04100.89120.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 212 (83.20% from 255) = 38.76%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=34.00%
G=38.76%
B=27.24%

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
Decimal1862121490.1200.300.1784.7642.2870.78
HexBAD495C01E11552a47
Octal272324225140362112552107
Binary10111010110101001001010111000111101000110101011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD495; }

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

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

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

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

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

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

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

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