Html Css Color HEX #BADA91 Sprout

📋 copy color: '#BADA91'

red 186 ◦ green 218 ◦ blue 145

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

Shades of Sprout #BADA91

Tints of Sprout #BADA91

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.71%

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

R = 33.88%
G = 39.71%
B = 26.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#BADA91 (or 0xBADA91) is known color: Sprout. HEX triplet: BA, DA and 91. RGB value is (186,218,145). Sum of RGB (Red+Green+Blue) = 186+218+145=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA91 is #45256E. Grayscale: #C8C8C8. Windows color (decimal): -4531567 or 9558714. OLE color: 9558714.

HSL color Cylindrical-coordinate representation of color #BADA91: hue angle of 86.3º degrees, saturation: 0.5, 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 #BADA91 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 145 -
CMYK 0.15 0 0.33 0.15
HSL 86.3º 0.5% 0.71% -
HSV(B) 86.3º 0.33% 0.85% -
XYZ 50.43 62.63 36.22 -
YUV 200.11 96.9 117.94 -
System Red Green Blue C M Y K H S L
Decimal 186 218 145 0.15 0 0.33 0.15 86.3 0.5 0.71
Hex BA DA 91 F 0 21 F 56 32 47
Octal 272 332 221 17 0 41 17 126 62 107
Binary 10111010 11011010 10010001 1111 0 100001 1111 1010110 110010 1000111

Color Harmonies of #BADA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA91

Black with #BADA91

Text Example


Text Example

White with #BADA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA91; }

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

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

background-color css

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

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

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

border-color css

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

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

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