#BAD693

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

Shades of Sprout #BAD693

Tints of Sprout #BAD693

Color information

#BAD693 (or 0xBAD693) is unknown color: approx Sprout. HEX triplet: BA, D6 and 93. RGB value is (186,214,147). Sum of RGB (Red+Green+Blue) = 186+214+147=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD693 is #45296C. Grayscale: #C6C6C6. Windows color (decimal): -4532589 or 9688762. OLE color: 9688762.

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

Color convert

RGB186214147-
CMYK0.1300.310.16
HSL85.07º44.97%70.78%-
HSV(B)85.07º31.31%83.92%-
XYZ49.5660.6436.7-
YUV197.9999.22119.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 214 (83.98% from 255) = 39.12%
BLUE value IS 147 (57.81% from 255) = 26.87%
R=34.00%
G=39.12%
B=26.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141470.1300.310.1685.0744.9770.78
HexBAD693D01F10552d47
Octal272326223150372012555107
Binary10111010110101101001001111010111111000010101011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD693; }

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

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

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

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

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

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

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

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