#BACA9A

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

Shades of Sprout #BACA9A

Tints of Sprout #BACA9A

Color information

#BACA9A (or 0xBACA9A) is unknown color: approx Sprout. HEX triplet: BA, CA and 9A. RGB value is (186,202,154). Sum of RGB (Red+Green+Blue) = 186+202+154=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA9A is #453565. Grayscale: #BFBFBF. Windows color (decimal): -4535654 or 10144442. OLE color: 10144442.

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

Color convert

RGB186202154-
CMYK0.0800.240.21
HSL80º31.17%69.8%-
HSV(B)80º23.76%79.22%-
XYZ47.255.0138.7-
YUV191.74106.7123.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 154 (60.55% from 255) = 28.41%
R=34.32%
G=37.27%
B=28.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021540.0800.240.218031.1769.8
HexBACA9A801815501f46
Octal272312232100302512037106
Binary1011101011001010100110101000011000101011010000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA9A; }

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

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

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

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

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

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

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

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