Html Css Color HEX #BAC993 Sprout

📋 copy color: '#BAC993'

red 186 ◦ green 201 ◦ blue 147

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

Shades of Sprout #BAC993

Tints of Sprout #BAC993

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.64%

 BLUE value IS 147 (57.81% from 255) = 27.53%

R = 34.83%
G = 37.64%
B = 27.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#BAC993 (or 0xBAC993) is known color: Sprout. HEX triplet: BA, C9 and 93. RGB value is (186,201,147). Sum of RGB (Red+Green+Blue) = 186+201+147=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC993 is #45366C. Grayscale: #BEBEBE. Windows color (decimal): -4535917 or 9685434. OLE color: 9685434.

HSL color Cylindrical-coordinate representation of color #BAC993: hue angle of 76.67º degrees, saturation: 0.33, 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 #BAC993 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 147 -
CMYK 0.07 0 0.27 0.21
HSL 76.67º 0.33% 0.68% -
HSV(B) 76.67º 0.27% 0.79% -
XYZ 46.4 54.32 35.64 -
YUV 190.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 186 201 147 0.07 0 0.27 0.21 76.67 0.33 0.68
Hex BA C9 93 7 0 1B 15 4D 21 44
Octal 272 311 223 7 0 33 25 115 41 104
Binary 10111010 11001001 10010011 111 0 11011 10101 1001101 100001 1000100

Color Harmonies of #BAC993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC993

Black with #BAC993

Text Example


Text Example

White with #BAC993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC993; }

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

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

background-color css

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

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

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

border-color css

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

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

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