#BAC59D

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

Shades of Sprout #BAC59D

Tints of Sprout #BAC59D

Color information

#BAC59D (or 0xBAC59D) is unknown color: approx Sprout. HEX triplet: BA, C5 and 9D. RGB value is (186,197,157). Sum of RGB (Red+Green+Blue) = 186+197+157=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC59D is #453A62. Grayscale: #BDBDBD. Windows color (decimal): -4536931 or 10339770. OLE color: 10339770.

HSL color Cylindrical-coordinate representation of color #BAC59D: hue angle of 76.5º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC59D is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB186197157-
CMYK0.0600.200.23
HSL76.5º25.64%69.41%-
HSV(B)76.5º20.3%77.25%-
XYZ46.352.8139.65-
YUV189.15109.86125.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 197 (77.34% from 255) = 36.48%
BLUE value IS 157 (61.72% from 255) = 29.07%
R=34.44%
G=36.48%
B=29.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971570.0600.200.2376.525.6469.41
HexBAC59D6014174c1a45
Octal27230523560242711432105
Binary101110101100010110011101110010100101111001100110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC59D; }

 p { color: rgb(186,197,157); }

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

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

 a { background-color: rgb(186,197,157); }

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

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

 span { border-color: rgb(186,197,157); }

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