Html Css Color HEX #BAC895 Sprout

📋 copy color: '#BAC895'

red 186 ◦ green 200 ◦ blue 149

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

Shades of Sprout #BAC895

Tints of Sprout #BAC895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.85%

R = 34.77%
G = 37.38%
B = 27.85%

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

#BAC895 (or 0xBAC895) is known color: Sprout. HEX triplet: BA, C8 and 95. RGB value is (186,200,149). Sum of RGB (Red+Green+Blue) = 186+200+149=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC895 is #45376A. Grayscale: #BEBEBE. Windows color (decimal): -4536171 or 9816250. OLE color: 9816250.

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

Color convert

RGB 186 200 149 -
CMYK 0.07 0 0.26 0.22
HSL 76.47º 0.32% 0.68% -
HSV(B) 76.47º 0.26% 0.78% -
XYZ 46.33 53.92 36.4 -
YUV 190 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 186 200 149 0.07 0 0.26 0.22 76.47 0.32 0.68
Hex BA C8 95 7 0 1A 16 4C 20 44
Octal 272 310 225 7 0 32 26 114 40 104
Binary 10111010 11001000 10010101 111 0 11010 10110 1001100 100000 1000100

Color Harmonies of #BAC895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC895

Black with #BAC895

Text Example


Text Example

White with #BAC895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC895; }

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

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

background-color css

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

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

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

border-color css

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

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

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