Html Css Color HEX #BAC59F Sprout

📋 copy color: '#BAC59F'

red 186 ◦ green 197 ◦ blue 159

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

Shades of Sprout #BAC59F

Tints of Sprout #BAC59F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.35%

 BLUE value IS 159 (62.5% from 255) = 29.34%

R = 34.32%
G = 36.35%
B = 29.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#BAC59F (or 0xBAC59F) is known color: Sprout. HEX triplet: BA, C5 and 9F. RGB value is (186,197,159). Sum of RGB (Red+Green+Blue) = 186+197+159=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC59F is #453A60. Grayscale: #BDBDBD. Windows color (decimal): -4536929 or 10470842. OLE color: 10470842.

HSL color Cylindrical-coordinate representation of color #BAC59F: hue angle of 77.37º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC59F is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 197 159 -
CMYK 0.06 0 0.19 0.23
HSL 77.37º 0.25% 0.7% -
HSV(B) 77.37º 0.19% 0.77% -
XYZ 46.47 52.87 40.56 -
YUV 189.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 186 197 159 0.06 0 0.19 0.23 77.37 0.25 0.7
Hex BA C5 9F 6 0 13 17 4D 19 46
Octal 272 305 237 6 0 23 27 115 31 106
Binary 10111010 11000101 10011111 110 0 10011 10111 1001101 11001 1000110

Color Harmonies of #BAC59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC59F

Black with #BAC59F

Text Example


Text Example

White with #BAC59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC59F; }

 p { color: rgb(186,197,159); }

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

background-color css

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

 a { background-color: rgb(186,197,159); }

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

border-color css

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

 span { border-color: rgb(186,197,159); }

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