#BADF91

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

Shades of Sprout #BADF91

Tints of Sprout #BADF91

Color information

#BADF91 (or 0xBADF91) is unknown color: approx Sprout. HEX triplet: BA, DF and 91. RGB value is (186,223,145). Sum of RGB (Red+Green+Blue) = 186+223+145=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 145 (57.03% from 255 or 26.17% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF91 is #45206E. Grayscale: #CBCBCB. Windows color (decimal): -4530287 or 9559994. OLE color: 9559994.

HSL color Cylindrical-coordinate representation of color #BADF91: hue angle of 88.46º degrees, saturation: 0.55, 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 #BADF91 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB186223145-
CMYK0.1700.350.13
HSL88.46º54.93%72.16%-
HSV(B)88.46º34.98%87.45%-
XYZ51.7565.2636.66-
YUV203.0495.24115.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 223 (87.5% from 255) = 40.25%
BLUE value IS 145 (57.03% from 255) = 26.17%
R=33.57%
G=40.25%
B=26.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862231450.1700.350.1388.4654.9372.16
HexBADF9111023D583748
Octal272337221210431513067110
Binary101110101101111110010001100010100011110110110001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADF91; }

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

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

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

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

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

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

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

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