Html Css Color HEX #BACAA0 Sprout

📋 copy color: '#BACAA0'

red 186 ◦ green 202 ◦ blue 160

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

Shades of Sprout #BACAA0

Tints of Sprout #BACAA0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.86%

 BLUE value IS 160 (62.89% from 255) = 29.2%

R = 33.94%
G = 36.86%
B = 29.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#BACAA0 (or 0xBACAA0) is known color: Sprout. HEX triplet: BA, CA and A0. RGB value is (186,202,160). Sum of RGB (Red+Green+Blue) = 186+202+160=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAA0 is #45355F. Grayscale: #C0C0C0. Windows color (decimal): -4535648 or 10537658. OLE color: 10537658.

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

Color convert

RGB 186 202 160 -
CMYK 0.08 0 0.21 0.21
HSL 82.86º 0.28% 0.71% -
HSV(B) 82.86º 0.21% 0.79% -
XYZ 47.72 55.22 41.4 -
YUV 192.43 109.7 123.42 -
System Red Green Blue C M Y K H S L
Decimal 186 202 160 0.08 0 0.21 0.21 82.86 0.28 0.71
Hex BA CA A0 8 0 15 15 53 1C 47
Octal 272 312 240 10 0 25 25 123 34 107
Binary 10111010 11001010 10100000 1000 0 10101 10101 1010011 11100 1000111

Color Harmonies of #BACAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACAA0

Black with #BACAA0

Text Example


Text Example

White with #BACAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACAA0; }

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

 H1.HeaderClassName
 {
   color: #BACAA0;
 }
 .AnyTagClassName
 {
   color: #BACAA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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