#BAC795

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

Shades of Sprout #BAC795

Tints of Sprout #BAC795

Color information

#BAC795 (or 0xBAC795) is unknown color: approx Sprout. HEX triplet: BA, C7 and 95. RGB value is (186,199,149). Sum of RGB (Red+Green+Blue) = 186+199+149=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC795 is #45386A. Grayscale: #BDBDBD. Windows color (decimal): -4536427 or 9815994. OLE color: 9815994.

HSL color Cylindrical-coordinate representation of color #BAC795: hue angle of 75.6º degrees, saturation: 0.31, 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 #BAC795 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB186199149-
CMYK0.0700.250.22
HSL75.6º30.86%68.24%-
HSV(B)75.6º25.13%78.04%-
XYZ46.153.4636.32-
YUV189.41105.19125.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 199 (78.12% from 255) = 37.27%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=34.83%
G=37.27%
B=27.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861991490.0700.250.2275.630.8668.24
HexBAC7957019164c1f44
Octal27230722570312611437104
Binary101110101100011110010101111011001101101001100111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC795; }

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

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

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

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

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

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

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

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