#BADD94

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

Shades of Sprout #BADD94

Tints of Sprout #BADD94

Color information

#BADD94 (or 0xBADD94) is unknown color: approx Sprout. HEX triplet: BA, DD and 94. RGB value is (186,221,148). Sum of RGB (Red+Green+Blue) = 186+221+148=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD94 is #45226B. Grayscale: #CACACA. Windows color (decimal): -4530796 or 9756090. OLE color: 9756090.

HSL color Cylindrical-coordinate representation of color #BADD94: hue angle of 88.77º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BADD94 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB186221148-
CMYK0.1600.330.13
HSL88.77º51.77%72.35%-
HSV(B)88.77º33.03%86.67%-
XYZ51.4564.2937.71-
YUV202.2197.4116.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 221 (86.72% from 255) = 39.82%
BLUE value IS 148 (58.20% from 255) = 26.67%
R=33.51%
G=39.82%
B=26.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211480.1600.330.1388.7751.7772.35
HexBADD9410021D593448
Octal272335224200411513164110
Binary101110101101110110010100100000100001110110110011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD94; }

 p { color: rgb(186,221,148); }

 H1.HeaderClassName
 {
   color: #BADD94;
 }
 .AnyTagClassName
 {
   color: #BADD94;
 }
</style>
background-color css

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

 a { background-color: rgb(186,221,148); }

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

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

 span { border-color: rgb(186,221,148); }

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