#BACD8E

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

Shades of Sprout #BACD8E

Tints of Sprout #BACD8E

Color information

#BACD8E (or 0xBACD8E) is unknown color: approx Sprout. HEX triplet: BA, CD and 8E. RGB value is (186,205,142). Sum of RGB (Red+Green+Blue) = 186+205+142=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACD8E is #453271. Grayscale: #C0C0C0. Windows color (decimal): -4534898 or 9358778. OLE color: 9358778.

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

Color convert

RGB186205142-
CMYK0.0900.310.20
HSL78.1º38.65%68.04%-
HSV(B)78.1º30.73%80.39%-
XYZ46.9656.0533.94-
YUV192.1499.71123.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 205 (80.47% from 255) = 38.46%
BLUE value IS 142 (55.86% from 255) = 26.64%
R=34.90%
G=38.46%
B=26.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051420.0900.310.2078.138.6568.04
HexBACD8E901F144e2744
Octal272315216110372411647104
Binary10111010110011011000111010010111111010010011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD8E; }

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

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

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

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

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

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

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

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