#BACB91

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

Shades of Sprout #BACB91

Tints of Sprout #BACB91

Color information

#BACB91 (or 0xBACB91) is unknown color: approx Sprout. HEX triplet: BA, CB and 91. RGB value is (186,203,145). Sum of RGB (Red+Green+Blue) = 186+203+145=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACB91 is #45346E. Grayscale: #BFBFBF. Windows color (decimal): -4535407 or 9554874. OLE color: 9554874.

HSL color Cylindrical-coordinate representation of color #BACB91: hue angle of 77.59º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BACB91 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB186203145-
CMYK0.0800.290.20
HSL77.59º35.8%68.24%-
HSV(B)77.59º28.57%79.61%-
XYZ46.7255.234.98-
YUV191.3101.87124.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 145 (57.03% from 255) = 27.15%
R=34.83%
G=38.01%
B=27.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862031450.0800.290.2077.5935.868.24
HexBACB91801D144e2444
Octal272313221100352411644104
Binary10111010110010111001000110000111011010010011101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACB91; }

 p { color: rgb(186,203,145); }

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

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

 a { background-color: rgb(186,203,145); }

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

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

 span { border-color: rgb(186,203,145); }

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