Html Css Color HEX #BACA93 Sprout

📋 copy color: '#BACA93'

red 186 ◦ green 202 ◦ blue 147

#BACA93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #BACA93

Tints of Sprout #BACA93

RGB

 RED value IS 186 (73.05% from 255) = 34.77%

 GREEN value IS 202 (79.3% 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 value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#BACA93 (or 0xBACA93) is known color: 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

RGB 186 202 147 -
CMYK 0.08 0 0.27 0.21
HSL 77.45º 0.34% 0.68% -
HSV(B) 77.45º 0.27% 0.79% -
XYZ 46.64 54.79 35.72 -
YUV 190.95 103.2 124.47 -
System Red Green Blue C M Y K H S L
Decimal 186 202 147 0.08 0 0.27 0.21 77.45 0.34 0.68
Hex BA CA 93 8 0 1B 15 4D 22 44
Octal 272 312 223 10 0 33 25 115 42 104
Binary 10111010 11001010 10010011 1000 0 11011 10101 1001101 100010 1000100

Color Harmonies of #BACA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA93

Black with #BACA93

Text Example


Text Example

White with #BACA93

Text Example


Text Example

HTML Codes & Css Web 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>