#BADA93

Color #BADA93 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BADA93

Tints of Sprout #BADA93

Color information

#BADA93 (or 0xBADA93) is unknown color: approx 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

RGB186218147-
CMYK0.1500.330.15
HSL87.04º48.97%71.57%-
HSV(B)87.04º32.57%85.49%-
XYZ50.5962.6937.04-
YUV200.3497.9117.77-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862181470.1500.330.1587.0448.9771.57
HexBADA93F021F573148
Octal272332223170411712761110
Binary10111010110110101001001111110100001111110101111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>