Html Css Color HEX #BAC79B Sprout

📋 copy color: '#BAC79B'

red 186 ◦ green 199 ◦ blue 155

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

Shades of Sprout #BAC79B

Tints of Sprout #BAC79B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.85%

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

R = 34.44%
G = 36.85%
B = 28.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#BAC79B (or 0xBAC79B) is known color: Sprout. HEX triplet: BA, C7 and 9B. RGB value is (186,199,155). Sum of RGB (Red+Green+Blue) = 186+199+155=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC79B is #453864. Grayscale: #BEBEBE. Windows color (decimal): -4536421 or 10209210. OLE color: 10209210.

HSL color Cylindrical-coordinate representation of color #BAC79B: hue angle of 77.73º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC79B is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 199 155 -
CMYK 0.07 0 0.22 0.22
HSL 77.73º 0.28% 0.69% -
HSV(B) 77.73º 0.22% 0.78% -
XYZ 46.59 53.65 38.91 -
YUV 190.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 186 199 155 0.07 0 0.22 0.22 77.73 0.28 0.69
Hex BA C7 9B 7 0 16 16 4E 1C 45
Octal 272 307 233 7 0 26 26 116 34 105
Binary 10111010 11000111 10011011 111 0 10110 10110 1001110 11100 1000101

Color Harmonies of #BAC79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC79B

Black with #BAC79B

Text Example


Text Example

White with #BAC79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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