#BADB90

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

Shades of Sprout #BADB90

Tints of Sprout #BADB90

Color information

#BADB90 (or 0xBADB90) is unknown color: approx Sprout. HEX triplet: BA, DB and 90. RGB value is (186,219,144). Sum of RGB (Red+Green+Blue) = 186+219+144=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB90 is #45246F. Grayscale: #C8C8C8. Windows color (decimal): -4531312 or 9493434. OLE color: 9493434.

HSL color Cylindrical-coordinate representation of color #BADB90: hue angle of 86.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BADB90 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB186219144-
CMYK0.1500.340.14
HSL86.4º51.02%71.18%-
HSV(B)86.4º34.25%85.88%-
XYZ50.6263.1235.9-
YUV200.5896.07117.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 219 (85.94% from 255) = 39.89%
BLUE value IS 144 (56.64% from 255) = 26.23%
R=33.88%
G=39.89%
B=26.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862191440.1500.340.1486.451.0271.18
HexBADB90F022E563347
Octal272333220170421612663107
Binary10111010110110111001000011110100010111010101101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADB90; }

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

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

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

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

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

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

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

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