#BAC6A0

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

Shades of Sprout #BAC6A0

Tints of Sprout #BAC6A0

Color information

#BAC6A0 (or 0xBAC6A0) is unknown color: approx Sprout. HEX triplet: BA, C6 and A0. RGB value is (186,198,160). Sum of RGB (Red+Green+Blue) = 186+198+160=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC6A0 is #45395F. Grayscale: #BEBEBE. Windows color (decimal): -4536672 or 10536634. OLE color: 10536634.

HSL color Cylindrical-coordinate representation of color #BAC6A0: hue angle of 78.95º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC6A0 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB186198160-
CMYK0.0600.190.22
HSL78.95º25%70.2%-
HSV(B)78.95º19.19%77.65%-
XYZ46.7953.3741.09-
YUV190.08111.02125.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 198 (77.73% from 255) = 36.40%
BLUE value IS 160 (62.89% from 255) = 29.41%
R=34.19%
G=36.40%
B=29.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981600.0600.190.2278.952570.2
HexBAC6A06013164f1946
Octal27230624060232611731106
Binary101110101100011010100000110010011101101001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6A0; }

 p { color: rgb(186,198,160); }

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

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

 a { background-color: rgb(186,198,160); }

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

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

 span { border-color: rgb(186,198,160); }

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