#BACA93

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

Shades of Sprout #BACA93

Tints of Sprout #BACA93

Color information

#BACA93 (or 0xBACA93) is unknown color: approx Sprout. HEX triplet: BA, CA and 93. RGB value is (186,202,147). Sum of RGB (Red+Green+Blue) = 186+202+147=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA93 is #45356C. Grayscale: #BFBFBF. Windows color (decimal): -4535661 or 9685690. OLE color: 9685690.

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

Color convert

RGB186202147-
CMYK0.0800.270.21
HSL77.45º34.16%68.43%-
HSV(B)77.45º27.23%79.22%-
XYZ46.6454.7935.72-
YUV190.95103.2124.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 147 (57.81% from 255) = 27.48%
R=34.77%
G=37.76%
B=27.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021470.0800.270.2177.4534.1668.43
HexBACA93801B154d2244
Octal272312223100332511542104
Binary10111010110010101001001110000110111010110011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA93; }

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

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

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

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

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

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

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

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