Html Css Color HEX #BAD29A Sprout

📋 copy color: '#BAD29A'

red 186 ◦ green 210 ◦ blue 154

#BAD29A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #BAD29A

Tints of Sprout #BAD29A

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 value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#BAD29A (or 0xBAD29A) is known color: 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

RGB 186 210 154 -
CMYK 0.11 0 0.27 0.18
HSL 85.71º 0.38% 0.71% -
HSV(B) 85.71º 0.27% 0.82% -
XYZ 49.13 58.87 39.34 -
YUV 196.44 104.05 120.55 -
System Red Green Blue C M Y K H S L
Decimal 186 210 154 0.11 0 0.27 0.18 85.71 0.38 0.71
Hex BA D2 9A B 0 1B 12 56 26 47
Octal 272 322 232 13 0 33 22 126 46 107
Binary 10111010 11010010 10011010 1011 0 11011 10010 1010110 100110 1000111

Color Harmonies of #BAD29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD29A

Black with #BAD29A

Text Example


Text Example

White with #BAD29A

Text Example


Text Example

HTML Codes & Css Web 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>