#BAD690

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

Shades of Sprout #BAD690

Tints of Sprout #BAD690

Color information

#BAD690 (or 0xBAD690) is unknown color: approx Sprout. HEX triplet: BA, D6 and 90. RGB value is (186,214,144). Sum of RGB (Red+Green+Blue) = 186+214+144=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD690 is #45296F. Grayscale: #C5C5C5. Windows color (decimal): -4532592 or 9492154. OLE color: 9492154.

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

Color convert

RGB186214144-
CMYK0.1300.330.16
HSL84º46.05%70.2%-
HSV(B)84º32.71%83.92%-
XYZ49.3360.5535.47-
YUV197.6597.72119.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 214 (83.98% from 255) = 39.34%
BLUE value IS 144 (56.64% from 255) = 26.47%
R=34.19%
G=39.34%
B=26.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141440.1300.330.168446.0570.2
HexBAD690D02110542e46
Octal272326220150412012456106
Binary101110101101011010010000110101000011000010101001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD690; }

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

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

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

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

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

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

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

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