#BACC8E

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

Shades of Sprout #BACC8E

Tints of Sprout #BACC8E

Color information

#BACC8E (or 0xBACC8E) is unknown color: approx Sprout. HEX triplet: BA, CC and 8E. RGB value is (186,204,142). Sum of RGB (Red+Green+Blue) = 186+204+142=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACC8E is #453371. Grayscale: #BFBFBF. Windows color (decimal): -4535154 or 9358522. OLE color: 9358522.

HSL color Cylindrical-coordinate representation of color #BACC8E: hue angle of 77.42º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BACC8E is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB186204142-
CMYK0.0900.300.2
HSL77.42º37.8%67.84%-
HSV(B)77.42º30.39%80%-
XYZ46.7355.5833.86-
YUV191.55100.04124.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=34.96%
G=38.35%
B=26.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041420.0900.300.277.4237.867.84
HexBACC8E901E144d2644
Octal272314216110362411546104
Binary10111010110011001000111010010111101010010011011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC8E; }

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

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

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

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

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

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

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

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