Html Css Color HEX #BAD891 Sprout

📋 copy color: '#BAD891'

red 186 ◦ green 216 ◦ blue 145

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

Shades of Sprout #BAD891

Tints of Sprout #BAD891

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.49%

 BLUE value IS 145 (57.03% from 255) = 26.51%

R = 34%
G = 39.49%
B = 26.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#BAD891 (or 0xBAD891) is known color: Sprout. HEX triplet: BA, D8 and 91. RGB value is (186,216,145). Sum of RGB (Red+Green+Blue) = 186+216+145=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 145 (57.03% from 255 or 26.51% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD891 is #45276E. Grayscale: #C7C7C7. Windows color (decimal): -4532079 or 9558202. OLE color: 9558202.

HSL color Cylindrical-coordinate representation of color #BAD891: hue angle of 85.35º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAD891 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 216 145 -
CMYK 0.14 0 0.33 0.15
HSL 85.35º 0.48% 0.71% -
HSV(B) 85.35º 0.33% 0.85% -
XYZ 49.92 61.6 36.05 -
YUV 198.94 97.56 118.77 -
System Red Green Blue C M Y K H S L
Decimal 186 216 145 0.14 0 0.33 0.15 85.35 0.48 0.71
Hex BA D8 91 E 0 21 F 55 30 47
Octal 272 330 221 16 0 41 17 125 60 107
Binary 10111010 11011000 10010001 1110 0 100001 1111 1010101 110000 1000111

Color Harmonies of #BAD891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD891

Black with #BAD891

Text Example


Text Example

White with #BAD891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD891; }

 p { color: rgb(186,216,145); }

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

background-color css

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

 a { background-color: rgb(186,216,145); }

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

border-color css

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

 span { border-color: rgb(186,216,145); }

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