Html Css Color HEX #BAC79D Sprout

📋 copy color: '#BAC79D'

red 186 ◦ green 199 ◦ blue 157

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

Shades of Sprout #BAC79D

Tints of Sprout #BAC79D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.97%

R = 34.32%
G = 36.72%
B = 28.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#BAC79D (or 0xBAC79D) is known color: Sprout. HEX triplet: BA, C7 and 9D. RGB value is (186,199,157). Sum of RGB (Red+Green+Blue) = 186+199+157=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC79D is #453862. Grayscale: #BEBEBE. Windows color (decimal): -4536419 or 10340282. OLE color: 10340282.

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

Color convert

RGB 186 199 157 -
CMYK 0.07 0 0.21 0.22
HSL 78.57º 0.27% 0.7% -
HSV(B) 78.57º 0.21% 0.78% -
XYZ 46.76 53.72 39.8 -
YUV 190.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 186 199 157 0.07 0 0.21 0.22 78.57 0.27 0.7
Hex BA C7 9D 7 0 15 16 4F 1B 46
Octal 272 307 235 7 0 25 26 117 33 106
Binary 10111010 11000111 10011101 111 0 10101 10110 1001111 11011 1000110

Color Harmonies of #BAC79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC79D

Black with #BAC79D

Text Example


Text Example

White with #BAC79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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