#BACB9E

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

Shades of Sprout #BACB9E

Tints of Sprout #BACB9E

Color information

#BACB9E (or 0xBACB9E) is unknown color: approx Sprout. HEX triplet: BA, CB and 9E. RGB value is (186,203,158). Sum of RGB (Red+Green+Blue) = 186+203+158=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACB9E is #453461. Grayscale: #C0C0C0. Windows color (decimal): -4535394 or 10406842. OLE color: 10406842.

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

Color convert

RGB186203158-
CMYK0.0800.220.20
HSL82.67º30.2%70.78%-
HSV(B)82.67º22.17%79.61%-
XYZ47.7855.6240.57-
YUV192.79108.37123.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 203 (79.69% from 255) = 37.11%
BLUE value IS 158 (62.11% from 255) = 28.88%
R=34.00%
G=37.11%
B=28.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862031580.0800.220.2082.6730.270.78
HexBACB9E801614531e47
Octal272313236100262412336107
Binary1011101011001011100111101000010110101001010011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACB9E; }

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

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

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

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

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

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

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

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