Html Css Color HEX #BAD49B Sprout

📋 copy color: '#BAD49B'

red 186 ◦ green 212 ◦ blue 155

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

Shades of Sprout #BAD49B

Tints of Sprout #BAD49B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.34%

 BLUE value IS 155 (60.94% from 255) = 28.03%

R = 33.63%
G = 38.34%
B = 28.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#BAD49B (or 0xBAD49B) is known color: Sprout. HEX triplet: BA, D4 and 9B. RGB value is (186,212,155). Sum of RGB (Red+Green+Blue) = 186+212+155=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD49B is #452B64. Grayscale: #C5C5C5. Windows color (decimal): -4533093 or 10212538. OLE color: 10212538.

HSL color Cylindrical-coordinate representation of color #BAD49B: hue angle of 87.37º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAD49B is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 212 155 -
CMYK 0.12 0 0.27 0.17
HSL 87.37º 0.4% 0.72% -
HSV(B) 87.37º 0.27% 0.83% -
XYZ 49.71 59.89 39.95 -
YUV 197.73 103.89 119.63 -
System Red Green Blue C M Y K H S L
Decimal 186 212 155 0.12 0 0.27 0.17 87.37 0.4 0.72
Hex BA D4 9B C 0 1B 11 57 28 48
Octal 272 324 233 14 0 33 21 127 50 110
Binary 10111010 11010100 10011011 1100 0 11011 10001 1010111 101000 1001000

Color Harmonies of #BAD49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD49B

Black with #BAD49B

Text Example


Text Example

White with #BAD49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD49B; }

 p { color: rgb(186,212,155); }

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

background-color css

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

 a { background-color: rgb(186,212,155); }

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

border-color css

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

 span { border-color: rgb(186,212,155); }

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