#BAD29A

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

Shades of Sprout #BAD29A

Tints of Sprout #BAD29A

Color information

#BAD29A (or 0xBAD29A) is unknown color: approx Sprout. HEX triplet: BA, D2 and 9A. RGB value is (186,210,154). Sum of RGB (Red+Green+Blue) = 186+210+154=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD29A is #452D65. Grayscale: #C4C4C4. Windows color (decimal): -4533606 or 10146490. OLE color: 10146490.

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

Color convert

RGB186210154-
CMYK0.1100.270.18
HSL85.71º38.36%71.37%-
HSV(B)85.71º26.67%82.35%-
XYZ49.1358.8739.34-
YUV196.44104.05120.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 210 (82.42% from 255) = 38.18%
BLUE value IS 154 (60.55% from 255) = 28%
R=33.82%
G=38.18%
B=28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862101540.1100.270.1885.7138.3671.37
HexBAD29AB01B12562647
Octal272322232130332212646107
Binary10111010110100101001101010110110111001010101101001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD29A; }

 p { color: rgb(186,210,154); }

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

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

 a { background-color: rgb(186,210,154); }

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

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

 span { border-color: rgb(186,210,154); }

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