#BADE90

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

Shades of Sprout #BADE90

Tints of Sprout #BADE90

Color information

#BADE90 (or 0xBADE90) is unknown color: approx Sprout. HEX triplet: BA, DE and 90. RGB value is (186,222,144). Sum of RGB (Red+Green+Blue) = 186+222+144=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE90 is #45216F. Grayscale: #CACACA. Windows color (decimal): -4530544 or 9494202. OLE color: 9494202.

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

Color convert

RGB186222144-
CMYK0.1600.350.13
HSL87.69º54.17%71.76%-
HSV(B)87.69º35.14%87.06%-
XYZ51.4164.736.16-
YUV202.3495.07116.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 222 (87.11% from 255) = 40.22%
BLUE value IS 144 (56.64% from 255) = 26.09%
R=33.70%
G=40.22%
B=26.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221440.1600.350.1387.6954.1771.76
HexBADE9010023D583648
Octal272336220200431513066110
Binary101110101101111010010000100000100011110110110001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADE90; }

 p { color: rgb(186,222,144); }

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

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

 a { background-color: rgb(186,222,144); }

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

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

 span { border-color: rgb(186,222,144); }

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