#BAC599

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

Shades of Sprout #BAC599

Tints of Sprout #BAC599

Color information

#BAC599 (or 0xBAC599) is unknown color: approx Sprout. HEX triplet: BA, C5 and 99. RGB value is (186,197,153). Sum of RGB (Red+Green+Blue) = 186+197+153=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC599 is #453A66. Grayscale: #BCBCBC. Windows color (decimal): -4536935 or 10077626. OLE color: 10077626.

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

Color convert

RGB186197153-
CMYK0.0600.220.23
HSL75º27.5%68.63%-
HSV(B)75º22.34%77.25%-
XYZ45.9752.6737.88-
YUV188.7107.86126.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 197 (77.34% from 255) = 36.75%
BLUE value IS 153 (60.16% from 255) = 28.54%
R=34.70%
G=36.75%
B=28.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971530.0600.220.237527.568.63
HexBAC5996016174b1c45
Octal27230523160262711334105
Binary101110101100010110011001110010110101111001011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC599; }

 p { color: rgb(186,197,153); }

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

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

 a { background-color: rgb(186,197,153); }

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

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

 span { border-color: rgb(186,197,153); }

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