Html Css Color HEX #BAC795 Sprout

📋 copy color: '#BAC795'

red 186 ◦ green 199 ◦ blue 149

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

Shades of Sprout #BAC795

Tints of Sprout #BAC795

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.27%

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

R = 34.83%
G = 37.27%
B = 27.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#BAC795 (or 0xBAC795) is known color: Sprout. HEX triplet: BA, C7 and 95. RGB value is (186,199,149). Sum of RGB (Red+Green+Blue) = 186+199+149=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC795 is #45386A. Grayscale: #BDBDBD. Windows color (decimal): -4536427 or 9815994. OLE color: 9815994.

HSL color Cylindrical-coordinate representation of color #BAC795: hue angle of 75.6º degrees, saturation: 0.31, 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 #BAC795 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 199 149 -
CMYK 0.07 0 0.25 0.22
HSL 75.6º 0.31% 0.68% -
HSV(B) 75.6º 0.25% 0.78% -
XYZ 46.1 53.46 36.32 -
YUV 189.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 186 199 149 0.07 0 0.25 0.22 75.6 0.31 0.68
Hex BA C7 95 7 0 19 16 4C 1F 44
Octal 272 307 225 7 0 31 26 114 37 104
Binary 10111010 11000111 10010101 111 0 11001 10110 1001100 11111 1000100

Color Harmonies of #BAC795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC795

Black with #BAC795

Text Example


Text Example

White with #BAC795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC795; }

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

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

background-color css

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

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

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

border-color css

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

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

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