Html Css Color HEX #BAC899 Sprout

📋 copy color: '#BAC899'

red 186 ◦ green 200 ◦ blue 153

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

Shades of Sprout #BAC899

Tints of Sprout #BAC899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.39%

R = 34.51%
G = 37.11%
B = 28.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#BAC899 (or 0xBAC899) is known color: Sprout. HEX triplet: BA, C8 and 99. RGB value is (186,200,153). Sum of RGB (Red+Green+Blue) = 186+200+153=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC899 is #453766. Grayscale: #BEBEBE. Windows color (decimal): -4536167 or 10078394. OLE color: 10078394.

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

Color convert

RGB 186 200 153 -
CMYK 0.07 0 0.24 0.22
HSL 77.87º 0.3% 0.69% -
HSV(B) 77.87º 0.24% 0.78% -
XYZ 46.65 54.05 38.11 -
YUV 190.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 186 200 153 0.07 0 0.24 0.22 77.87 0.3 0.69
Hex BA C8 99 7 0 18 16 4E 1E 45
Octal 272 310 231 7 0 30 26 116 36 105
Binary 10111010 11001000 10011001 111 0 11000 10110 1001110 11110 1000101

Color Harmonies of #BAC899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC899

Black with #BAC899

Text Example


Text Example

White with #BAC899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC899; }

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

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

background-color css

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

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

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

border-color css

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

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

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