Html Css Color HEX #BAC49D Sprout

📋 copy color: '#BAC49D'

red 186 ◦ green 196 ◦ blue 157

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

Shades of Sprout #BAC49D

Tints of Sprout #BAC49D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.36%

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

R = 34.51%
G = 36.36%
B = 29.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#BAC49D (or 0xBAC49D) is known color: Sprout. HEX triplet: BA, C4 and 9D. RGB value is (186,196,157). Sum of RGB (Red+Green+Blue) = 186+196+157=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC49D is #453B62. Grayscale: #BCBCBC. Windows color (decimal): -4537187 or 10339514. OLE color: 10339514.

HSL color Cylindrical-coordinate representation of color #BAC49D: hue angle of 75.38º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC49D is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 196 157 -
CMYK 0.05 0 0.20 0.23
HSL 75.38º 0.25% 0.69% -
HSV(B) 75.38º 0.2% 0.77% -
XYZ 46.08 52.35 39.58 -
YUV 188.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 186 196 157 0.05 0 0.20 0.23 75.38 0.25 0.69
Hex BA C4 9D 5 0 14 17 4B 19 45
Octal 272 304 235 5 0 24 27 113 31 105
Binary 10111010 11000100 10011101 101 0 10100 10111 1001011 11001 1000101

Color Harmonies of #BAC49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC49D

Black with #BAC49D

Text Example


Text Example

White with #BAC49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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