Html Css Color HEX #BACA9D Sprout

📋 copy color: '#BACA9D'

red 186 ◦ green 202 ◦ blue 157

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

Shades of Sprout #BACA9D

Tints of Sprout #BACA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.81%

R = 34.13%
G = 37.06%
B = 28.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#BACA9D (or 0xBACA9D) is known color: Sprout. HEX triplet: BA, CA and 9D. RGB value is (186,202,157). Sum of RGB (Red+Green+Blue) = 186+202+157=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA9D is #453562. Grayscale: #C0C0C0. Windows color (decimal): -4535651 or 10341050. OLE color: 10341050.

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

Color convert

RGB 186 202 157 -
CMYK 0.08 0 0.22 0.21
HSL 81.33º 0.3% 0.7% -
HSV(B) 81.33º 0.22% 0.79% -
XYZ 47.46 55.11 40.04 -
YUV 192.09 108.2 123.66 -
System Red Green Blue C M Y K H S L
Decimal 186 202 157 0.08 0 0.22 0.21 81.33 0.3 0.7
Hex BA CA 9D 8 0 16 15 51 1E 46
Octal 272 312 235 10 0 26 25 121 36 106
Binary 10111010 11001010 10011101 1000 0 10110 10101 1010001 11110 1000110

Color Harmonies of #BACA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA9D

Black with #BACA9D

Text Example


Text Example

White with #BACA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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