#BACA9E

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

Shades of Sprout #BACA9E

Tints of Sprout #BACA9E

Color information

#BACA9E (or 0xBACA9E) is unknown color: approx Sprout. HEX triplet: BA, CA and 9E. RGB value is (186,202,158). Sum of RGB (Red+Green+Blue) = 186+202+158=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA9E is #453561. Grayscale: #C0C0C0. Windows color (decimal): -4535650 or 10406586. OLE color: 10406586.

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

Color convert

RGB186202158-
CMYK0.0800.220.21
HSL81.82º29.33%70.59%-
HSV(B)81.82º21.78%79.22%-
XYZ47.5455.1540.49-
YUV192.2108.7123.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 202 (79.30% from 255) = 37.00%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=34.07%
G=37.00%
B=28.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021580.0800.220.2181.8229.3370.59
HexBACA9E801615521d47
Octal272312236100262512235107
Binary1011101011001010100111101000010110101011010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA9E; }

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

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

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

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

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

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

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

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