#BAC996

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

Shades of Sprout #BAC996

Tints of Sprout #BAC996

Color information

#BAC996 (or 0xBAC996) is unknown color: approx Sprout. HEX triplet: BA, C9 and 96. RGB value is (186,201,150). Sum of RGB (Red+Green+Blue) = 186+201+150=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC996 is #453669. Grayscale: #BEBEBE. Windows color (decimal): -4535914 or 9882042. OLE color: 9882042.

HSL color Cylindrical-coordinate representation of color #BAC996: hue angle of 77.65º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAC996 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB186201150-
CMYK0.0700.250.21
HSL77.65º32.08%68.82%-
HSV(B)77.65º25.37%78.82%-
XYZ46.6454.4136.9-
YUV190.7105.03124.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 201 (78.91% from 255) = 37.43%
BLUE value IS 150 (58.98% from 255) = 27.93%
R=34.64%
G=37.43%
B=27.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862011500.0700.250.2177.6532.0868.82
HexBAC9967019154e2045
Octal27231122670312511640105
Binary1011101011001001100101101110110011010110011101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC996; }

 p { color: rgb(186,201,150); }

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

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

 a { background-color: rgb(186,201,150); }

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

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

 span { border-color: rgb(186,201,150); }

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