#BAD195

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

Shades of Sprout #BAD195

Tints of Sprout #BAD195

Color information

#BAD195 (or 0xBAD195) is unknown color: approx Sprout. HEX triplet: BA, D1 and 95. RGB value is (186,209,149). Sum of RGB (Red+Green+Blue) = 186+209+149=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD195 is #452E6A. Grayscale: #C3C3C3. Windows color (decimal): -4533867 or 9818554. OLE color: 9818554.

HSL color Cylindrical-coordinate representation of color #BAD195: hue angle of 83º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAD195 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB186209149-
CMYK0.1100.290.18
HSL83º39.47%70.2%-
HSV(B)83º28.71%81.96%-
XYZ48.4758.2137.11-
YUV195.28101.88121.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 209 (82.03% from 255) = 38.42%
BLUE value IS 149 (58.59% from 255) = 27.39%
R=34.19%
G=38.42%
B=27.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862091490.1100.290.188339.4770.2
HexBAD195B01D12532746
Octal272321225130352212347106
Binary10111010110100011001010110110111011001010100111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD195; }

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

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

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

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

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

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

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

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