#BAD099

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

Shades of Sprout #BAD099

Tints of Sprout #BAD099

Color information

#BAD099 (or 0xBAD099) is unknown color: approx Sprout. HEX triplet: BA, D0 and 99. RGB value is (186,208,153). Sum of RGB (Red+Green+Blue) = 186+208+153=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD099 is #452F66. Grayscale: #C3C3C3. Windows color (decimal): -4534119 or 10080442. OLE color: 10080442.

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

Color convert

RGB186208153-
CMYK0.1100.260.18
HSL84º36.91%70.78%-
HSV(B)84º26.44%81.57%-
XYZ48.5657.8538.74-
YUV195.15104.21121.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 208 (81.64% from 255) = 38.03%
BLUE value IS 153 (60.16% from 255) = 27.97%
R=34.00%
G=38.03%
B=27.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862081530.1100.260.188436.9170.78
HexBAD099B01A12542547
Octal272320231130322212445107
Binary10111010110100001001100110110110101001010101001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD099; }

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

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

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

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

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

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

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

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