Html Css Color HEX #BAC997 Sprout

📋 copy color: '#BAC997'

red 186 ◦ green 201 ◦ blue 151

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

Shades of Sprout #BAC997

Tints of Sprout #BAC997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.07%

R = 34.57%
G = 37.36%
B = 28.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#BAC997 (or 0xBAC997) is known color: Sprout. HEX triplet: BA, C9 and 97. RGB value is (186,201,151). Sum of RGB (Red+Green+Blue) = 186+201+151=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC997 is #453668. Grayscale: #BFBFBF. Windows color (decimal): -4535913 or 9947578. OLE color: 9947578.

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

Color convert

RGB 186 201 151 -
CMYK 0.07 0 0.25 0.21
HSL 78º 0.32% 0.69% -
HSV(B) 78º 0.25% 0.79% -
XYZ 46.72 54.45 37.32 -
YUV 190.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 186 201 151 0.07 0 0.25 0.21 78 0.32 0.69
Hex BA C9 97 7 0 19 15 4E 20 45
Octal 272 311 227 7 0 31 25 116 40 105
Binary 10111010 11001001 10010111 111 0 11001 10101 1001110 100000 1000101

Color Harmonies of #BAC997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC997

Black with #BAC997

Text Example


Text Example

White with #BAC997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC997; }

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

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

background-color css

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

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

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

border-color css

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

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

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