#BAC69C

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

Shades of Sprout #BAC69C

Tints of Sprout #BAC69C

Color information

#BAC69C (or 0xBAC69C) is unknown color: approx Sprout. HEX triplet: BA, C6 and 9C. RGB value is (186,198,156). Sum of RGB (Red+Green+Blue) = 186+198+156=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC69C is #453963. Grayscale: #BDBDBD. Windows color (decimal): -4536676 or 10274490. OLE color: 10274490.

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

Color convert

RGB186198156-
CMYK0.0600.210.22
HSL77.14º26.92%69.41%-
HSV(B)77.14º21.21%77.65%-
XYZ46.4453.2339.28-
YUV189.62109.02125.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 198 (77.73% from 255) = 36.67%
BLUE value IS 156 (61.33% from 255) = 28.89%
R=34.44%
G=36.67%
B=28.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981560.0600.210.2277.1426.9269.41
HexBAC69C6015164d1b45
Octal27230623460252611533105
Binary101110101100011010011100110010101101101001101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC69C; }

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

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

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

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

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

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

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

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