#BAC695

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

Shades of Sprout #BAC695

Tints of Sprout #BAC695

Color information

#BAC695 (or 0xBAC695) is unknown color: approx Sprout. HEX triplet: BA, C6 and 95. RGB value is (186,198,149). Sum of RGB (Red+Green+Blue) = 186+198+149=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC695 is #45396A. Grayscale: #BDBDBD. Windows color (decimal): -4536683 or 9815738. OLE color: 9815738.

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

Color convert

RGB186198149-
CMYK0.0600.250.22
HSL74.69º30.06%68.04%-
HSV(B)74.69º24.75%77.65%-
XYZ45.875336.25-
YUV188.83105.52125.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 198 (77.73% from 255) = 37.15%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=34.90%
G=37.15%
B=27.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981490.0600.250.2274.6930.0668.04
HexBAC6956019164b1e44
Octal27230622560312611336104
Binary101110101100011010010101110011001101101001011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC695; }

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

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

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

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

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

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

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

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