#BAD699

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

Shades of Sprout #BAD699

Tints of Sprout #BAD699

Color information

#BAD699 (or 0xBAD699) is unknown color: approx Sprout. HEX triplet: BA, D6 and 99. RGB value is (186,214,153). Sum of RGB (Red+Green+Blue) = 186+214+153=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD699 is #452966. Grayscale: #C6C6C6. Windows color (decimal): -4532583 or 10081978. OLE color: 10081978.

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

Color convert

RGB186214153-
CMYK0.1300.290.16
HSL87.54º42.66%71.96%-
HSV(B)87.54º28.5%83.92%-
XYZ50.0560.8339.24-
YUV198.67102.22118.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=33.63%
G=38.70%
B=27.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141530.1300.290.1687.5442.6671.96
HexBAD699D01D10582b48
Octal272326231150352013053110
Binary10111010110101101001100111010111011000010110001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD699; }

 p { color: rgb(186,214,153); }

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

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

 a { background-color: rgb(186,214,153); }

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

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

 span { border-color: rgb(186,214,153); }

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