Html Css Color HEX #BADA93 Sprout

📋 copy color: '#BADA93'

red 186 ◦ green 218 ◦ blue 147

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

Shades of Sprout #BADA93

Tints of Sprout #BADA93

RGB

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

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

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

R = 33.76%
G = 39.56%
B = 26.68%

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

#BADA93 (or 0xBADA93) is known color: Sprout. HEX triplet: BA, DA and 93. RGB value is (186,218,147). Sum of RGB (Red+Green+Blue) = 186+218+147=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA93 is #45256C. Grayscale: #C8C8C8. Windows color (decimal): -4531565 or 9689786. OLE color: 9689786.

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

Color convert

RGB 186 218 147 -
CMYK 0.15 0 0.33 0.15
HSL 87.04º 0.49% 0.72% -
HSV(B) 87.04º 0.33% 0.85% -
XYZ 50.59 62.69 37.04 -
YUV 200.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 186 218 147 0.15 0 0.33 0.15 87.04 0.49 0.72
Hex BA DA 93 F 0 21 F 57 31 48
Octal 272 332 223 17 0 41 17 127 61 110
Binary 10111010 11011010 10010011 1111 0 100001 1111 1010111 110001 1001000

Color Harmonies of #BADA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA93

Black with #BADA93

Text Example


Text Example

White with #BADA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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