Html Css Color HEX #BADF93 Sprout

📋 copy color: '#BADF93'

red 186 ◦ green 223 ◦ blue 147

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

Shades of Sprout #BADF93

Tints of Sprout #BADF93

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.11%

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

R = 33.45%
G = 40.11%
B = 26.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#BADF93 (or 0xBADF93) is known color: Sprout. HEX triplet: BA, DF and 93. RGB value is (186,223,147). Sum of RGB (Red+Green+Blue) = 186+223+147=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF93 is #45206C. Grayscale: #CBCBCB. Windows color (decimal): -4530285 or 9691066. OLE color: 9691066.

HSL color Cylindrical-coordinate representation of color #BADF93: hue angle of 89.21º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BADF93 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 147 -
CMYK 0.17 0 0.34 0.13
HSL 89.21º 0.54% 0.73% -
HSV(B) 89.21º 0.34% 0.87% -
XYZ 51.9 65.32 37.48 -
YUV 203.27 96.24 115.68 -
System Red Green Blue C M Y K H S L
Decimal 186 223 147 0.17 0 0.34 0.13 89.21 0.54 0.73
Hex BA DF 93 11 0 22 D 59 36 49
Octal 272 337 223 21 0 42 15 131 66 111
Binary 10111010 11011111 10010011 10001 0 100010 1101 1011001 110110 1001001

Color Harmonies of #BADF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF93

Black with #BADF93

Text Example


Text Example

White with #BADF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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