Html Css Color HEX #BAD29D Sprout

📋 copy color: '#BAD29D'

red 186 ◦ green 210 ◦ blue 157

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

Shades of Sprout #BAD29D

Tints of Sprout #BAD29D

RGB

 RED value IS 186 (73.05% from 255) = 33.63%

 GREEN value IS 210 (82.42% from 255) = 37.97%

 BLUE value IS 157 (61.72% from 255) = 28.39%

R = 33.63%
G = 37.97%
B = 28.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#BAD29D (or 0xBAD29D) is known color: Sprout. HEX triplet: BA, D2 and 9D. RGB value is (186,210,157). Sum of RGB (Red+Green+Blue) = 186+210+157=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD29D is #452D62. Grayscale: #C4C4C4. Windows color (decimal): -4533603 or 10343098. OLE color: 10343098.

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

Color convert

RGB 186 210 157 -
CMYK 0.11 0 0.25 0.18
HSL 87.17º 0.37% 0.72% -
HSV(B) 87.17º 0.25% 0.82% -
XYZ 49.38 58.97 40.68 -
YUV 196.78 105.55 120.31 -
System Red Green Blue C M Y K H S L
Decimal 186 210 157 0.11 0 0.25 0.18 87.17 0.37 0.72
Hex BA D2 9D B 0 19 12 57 25 48
Octal 272 322 235 13 0 31 22 127 45 110
Binary 10111010 11010010 10011101 1011 0 11001 10010 1010111 100101 1001000

Color Harmonies of #BAD29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD29D

Black with #BAD29D

Text Example


Text Example

White with #BAD29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD29D; }

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

 H1.HeaderClassName
 {
   color: #BAD29D;
 }
 .AnyTagClassName
 {
   color: #BAD29D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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