#BAC49B

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

Shades of Sprout #BAC49B

Tints of Sprout #BAC49B

Color information

#BAC49B (or 0xBAC49B) is unknown color: approx Sprout. HEX triplet: BA, C4 and 9B. RGB value is (186,196,155). Sum of RGB (Red+Green+Blue) = 186+196+155=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC49B is #453B64. Grayscale: #BCBCBC. Windows color (decimal): -4537189 or 10208442. OLE color: 10208442.

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

Color convert

RGB186196155-
CMYK0.0500.210.23
HSL74.63º25.79%68.82%-
HSV(B)74.63º20.92%76.86%-
XYZ45.9152.2938.68-
YUV188.34109.19126.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 196 (76.95% from 255) = 36.50%
BLUE value IS 155 (60.94% from 255) = 28.86%
R=34.64%
G=36.50%
B=28.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961550.0500.210.2374.6325.7968.82
HexBAC49B5015174b1a45
Octal27230423350252711332105
Binary101110101100010010011011101010101101111001011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC49B; }

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

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

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

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

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

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

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

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