#BAC49D

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

Shades of Sprout #BAC49D

Tints of Sprout #BAC49D

Color information

#BAC49D (or 0xBAC49D) is unknown color: approx Sprout. HEX triplet: BA, C4 and 9D. RGB value is (186,196,157). Sum of RGB (Red+Green+Blue) = 186+196+157=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC49D is #453B62. Grayscale: #BCBCBC. Windows color (decimal): -4537187 or 10339514. OLE color: 10339514.

HSL color Cylindrical-coordinate representation of color #BAC49D: hue angle of 75.38º degrees, saturation: 0.25, 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 #BAC49D is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB186196157-
CMYK0.0500.200.23
HSL75.38º24.84%69.22%-
HSV(B)75.38º19.9%76.86%-
XYZ46.0852.3539.58-
YUV188.56110.19126.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 196 (76.95% from 255) = 36.36%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=34.51%
G=36.36%
B=29.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961570.0500.200.2375.3824.8469.22
HexBAC49D5014174b1945
Octal27230423550242711331105
Binary101110101100010010011101101010100101111001011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC49D; }

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

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

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

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

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

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

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

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