#BAD795

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

Shades of Sprout #BAD795

Tints of Sprout #BAD795

Color information

#BAD795 (or 0xBAD795) is unknown color: approx Sprout. HEX triplet: BA, D7 and 95. RGB value is (186,215,149). Sum of RGB (Red+Green+Blue) = 186+215+149=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD795 is #45286A. Grayscale: #C7C7C7. Windows color (decimal): -4532331 or 9820090. OLE color: 9820090.

HSL color Cylindrical-coordinate representation of color #BAD795: hue angle of 86.36º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAD795 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB186215149-
CMYK0.1300.310.16
HSL86.36º45.21%71.37%-
HSV(B)86.36º30.7%84.31%-
XYZ49.9761.2137.61-
YUV198.899.89118.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 215 (84.38% from 255) = 39.09%
BLUE value IS 149 (58.59% from 255) = 27.09%
R=33.82%
G=39.09%
B=27.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862151490.1300.310.1686.3645.2171.37
HexBAD795D01F10562d47
Octal272327225150372012655107
Binary10111010110101111001010111010111111000010101101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD795; }

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

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

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

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

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

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

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

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