#BAC99B

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

Shades of Sprout #BAC99B

Tints of Sprout #BAC99B

Color information

#BAC99B (or 0xBAC99B) is unknown color: approx Sprout. HEX triplet: BA, C9 and 9B. RGB value is (186,201,155). Sum of RGB (Red+Green+Blue) = 186+201+155=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC99B is #453664. Grayscale: #BFBFBF. Windows color (decimal): -4535909 or 10209722. OLE color: 10209722.

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

Color convert

RGB186201155-
CMYK0.0700.230.21
HSL79.57º29.87%69.8%-
HSV(B)79.57º22.89%78.82%-
XYZ47.0554.5839.07-
YUV191.27107.53124.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 201 (78.91% from 255) = 37.08%
BLUE value IS 155 (60.94% from 255) = 28.60%
R=34.32%
G=37.08%
B=28.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862011550.0700.230.2179.5729.8769.8
HexBAC99B701715501e46
Octal27231123370272512036106
Binary101110101100100110011011111010111101011010000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC99B; }

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

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

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

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

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

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

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

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