Html Css Color HEX #BAC894 Sprout

📋 copy color: '#BAC894'

red 186 ◦ green 200 ◦ blue 148

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

Shades of Sprout #BAC894

Tints of Sprout #BAC894

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.45%

 BLUE value IS 148 (58.2% from 255) = 27.72%

R = 34.83%
G = 37.45%
B = 27.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#BAC894 (or 0xBAC894) is known color: Sprout. HEX triplet: BA, C8 and 94. RGB value is (186,200,148). Sum of RGB (Red+Green+Blue) = 186+200+148=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC894 is #45376B. Grayscale: #BEBEBE. Windows color (decimal): -4536172 or 9750714. OLE color: 9750714.

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

Color convert

RGB 186 200 148 -
CMYK 0.07 0 0.26 0.22
HSL 76.15º 0.32% 0.68% -
HSV(B) 76.15º 0.26% 0.78% -
XYZ 46.25 53.89 35.98 -
YUV 189.89 104.36 125.23 -
System Red Green Blue C M Y K H S L
Decimal 186 200 148 0.07 0 0.26 0.22 76.15 0.32 0.68
Hex BA C8 94 7 0 1A 16 4C 20 44
Octal 272 310 224 7 0 32 26 114 40 104
Binary 10111010 11001000 10010100 111 0 11010 10110 1001100 100000 1000100

Color Harmonies of #BAC894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC894

Black with #BAC894

Text Example


Text Example

White with #BAC894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC894; }

 p { color: rgb(186,200,148); }

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

background-color css

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

 a { background-color: rgb(186,200,148); }

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

border-color css

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

 span { border-color: rgb(186,200,148); }

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