#BAD689

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

Shades of Sprout #BAD689

Tints of Sprout #BAD689

Color information

#BAD689 (or 0xBAD689) is unknown color: approx Sprout. HEX triplet: BA, D6 and 89. RGB value is (186,214,137). Sum of RGB (Red+Green+Blue) = 186+214+137=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD689 is #452976. Grayscale: #C5C5C5. Windows color (decimal): -4532599 or 9033402. OLE color: 9033402.

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

Color convert

RGB186214137-
CMYK0.1300.360.16
HSL81.82º48.43%68.82%-
HSV(B)81.82º35.98%83.92%-
XYZ48.8160.3432.74-
YUV196.8594.22120.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 137 (53.91% from 255) = 25.51%
R=34.64%
G=39.85%
B=25.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141370.1300.360.1681.8248.4368.82
HexBAD689D02410523045
Octal272326211150442012260105
Binary101110101101011010001001110101001001000010100101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD689; }

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

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

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

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

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

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

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

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