Html Css Color HEX #BAD193 Sprout

📋 copy color: '#BAD193'

red 186 ◦ green 209 ◦ blue 147

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

Shades of Sprout #BAD193

Tints of Sprout #BAD193

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.56%

 BLUE value IS 147 (57.81% from 255) = 27.12%

R = 34.32%
G = 38.56%
B = 27.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BAD193 (or 0xBAD193) is known color: Sprout. HEX triplet: BA, D1 and 93. RGB value is (186,209,147). Sum of RGB (Red+Green+Blue) = 186+209+147=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD193 is #452E6C. Grayscale: #C3C3C3. Windows color (decimal): -4533869 or 9687482. OLE color: 9687482.

HSL color Cylindrical-coordinate representation of color #BAD193: hue angle of 82.26º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAD193 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 209 147 -
CMYK 0.11 0 0.30 0.18
HSL 82.26º 0.4% 0.7% -
HSV(B) 82.26º 0.3% 0.82% -
XYZ 48.32 58.15 36.28 -
YUV 195.06 100.88 121.54 -
System Red Green Blue C M Y K H S L
Decimal 186 209 147 0.11 0 0.30 0.18 82.26 0.4 0.7
Hex BA D1 93 B 0 1E 12 52 28 46
Octal 272 321 223 13 0 36 22 122 50 106
Binary 10111010 11010001 10010011 1011 0 11110 10010 1010010 101000 1000110

Color Harmonies of #BAD193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD193

Black with #BAD193

Text Example


Text Example

White with #BAD193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD193; }

 p { color: rgb(186,209,147); }

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

background-color css

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

 a { background-color: rgb(186,209,147); }

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

border-color css

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

 span { border-color: rgb(186,209,147); }

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