Html Css Color HEX #BAC59B Sprout

📋 copy color: '#BAC59B'

red 186 ◦ green 197 ◦ blue 155

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

Shades of Sprout #BAC59B

Tints of Sprout #BAC59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.81%

R = 34.57%
G = 36.62%
B = 28.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#BAC59B (or 0xBAC59B) is known color: Sprout. HEX triplet: BA, C5 and 9B. RGB value is (186,197,155). Sum of RGB (Red+Green+Blue) = 186+197+155=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC59B is #453A64. Grayscale: #BDBDBD. Windows color (decimal): -4536933 or 10208698. OLE color: 10208698.

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

Color convert

RGB 186 197 155 -
CMYK 0.06 0 0.21 0.23
HSL 75.71º 0.27% 0.69% -
HSV(B) 75.71º 0.21% 0.77% -
XYZ 46.13 52.74 38.76 -
YUV 188.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 186 197 155 0.06 0 0.21 0.23 75.71 0.27 0.69
Hex BA C5 9B 6 0 15 17 4C 1B 45
Octal 272 305 233 6 0 25 27 114 33 105
Binary 10111010 11000101 10011011 110 0 10101 10111 1001100 11011 1000101

Color Harmonies of #BAC59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC59B

Black with #BAC59B

Text Example


Text Example

White with #BAC59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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