Html Css Color HEX #BAC991 Sprout

📋 copy color: '#BAC991'

red 186 ◦ green 201 ◦ blue 145

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

Shades of Sprout #BAC991

Tints of Sprout #BAC991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.26%

R = 34.96%
G = 37.78%
B = 27.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#BAC991 (or 0xBAC991) is known color: Sprout. HEX triplet: BA, C9 and 91. RGB value is (186,201,145). Sum of RGB (Red+Green+Blue) = 186+201+145=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC991 is #45366E. Grayscale: #BEBEBE. Windows color (decimal): -4535919 or 9554362. OLE color: 9554362.

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

Color convert

RGB 186 201 145 -
CMYK 0.07 0 0.28 0.21
HSL 76.07º 0.34% 0.68% -
HSV(B) 76.07º 0.28% 0.79% -
XYZ 46.25 54.26 34.82 -
YUV 190.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 186 201 145 0.07 0 0.28 0.21 76.07 0.34 0.68
Hex BA C9 91 7 0 1C 15 4C 22 44
Octal 272 311 221 7 0 34 25 114 42 104
Binary 10111010 11001001 10010001 111 0 11100 10101 1001100 100010 1000100

Color Harmonies of #BAC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC991

Black with #BAC991

Text Example


Text Example

White with #BAC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC991; }

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

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

background-color css

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

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

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

border-color css

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

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

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