#BACD93

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

Shades of Sprout #BACD93

Tints of Sprout #BACD93

Color information

#BACD93 (or 0xBACD93) is unknown color: approx Sprout. HEX triplet: BA, CD and 93. RGB value is (186,205,147). Sum of RGB (Red+Green+Blue) = 186+205+147=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACD93 is #45326C. Grayscale: #C0C0C0. Windows color (decimal): -4534893 or 9686458. OLE color: 9686458.

HSL color Cylindrical-coordinate representation of color #BACD93: hue angle of 79.66º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BACD93 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB186205147-
CMYK0.0900.280.20
HSL79.66º36.71%69.02%-
HSV(B)79.66º28.29%80.39%-
XYZ47.3556.2135.96-
YUV192.71102.21123.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 147 (57.81% from 255) = 27.32%
R=34.57%
G=38.10%
B=27.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051470.0900.280.2079.6636.7169.02
HexBACD93901C14502545
Octal272315223110342412045105
Binary10111010110011011001001110010111001010010100001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD93; }

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

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

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

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

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

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

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

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