Html Css Color HEX #BAC49C Sprout

📋 copy color: '#BAC49C'

red 186 ◦ green 196 ◦ blue 156

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

Shades of Sprout #BAC49C

Tints of Sprout #BAC49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29%

R = 34.57%
G = 36.43%
B = 29%

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

#BAC49C (or 0xBAC49C) is known color: Sprout. HEX triplet: BA, C4 and 9C. RGB value is (186,196,156). Sum of RGB (Red+Green+Blue) = 186+196+156=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC49C is #453B63. Grayscale: #BCBCBC. Windows color (decimal): -4537188 or 10273978. OLE color: 10273978.

HSL color Cylindrical-coordinate representation of color #BAC49C: hue angle of 75º 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 #BAC49C is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 196 156 -
CMYK 0.05 0 0.20 0.23
HSL 75º 0.25% 0.69% -
HSV(B) 75º 0.2% 0.77% -
XYZ 45.99 52.32 39.13 -
YUV 188.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 186 196 156 0.05 0 0.20 0.23 75 0.25 0.69
Hex BA C4 9C 5 0 14 17 4B 19 45
Octal 272 304 234 5 0 24 27 113 31 105
Binary 10111010 11000100 10011100 101 0 10100 10111 1001011 11001 1000101

Color Harmonies of #BAC49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC49C

Black with #BAC49C

Text Example


Text Example

White with #BAC49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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