Html Css Color HEX #BAC697 Sprout

📋 copy color: '#BAC697'

red 186 ◦ green 198 ◦ blue 151

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

Shades of Sprout #BAC697

Tints of Sprout #BAC697

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.01%

 BLUE value IS 151 (59.38% from 255) = 28.22%

R = 34.77%
G = 37.01%
B = 28.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#BAC697 (or 0xBAC697) is known color: Sprout. HEX triplet: BA, C6 and 97. RGB value is (186,198,151). Sum of RGB (Red+Green+Blue) = 186+198+151=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC697 is #453968. Grayscale: #BDBDBD. Windows color (decimal): -4536681 or 9946810. OLE color: 9946810.

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

Color convert

RGB 186 198 151 -
CMYK 0.06 0 0.24 0.22
HSL 75.32º 0.29% 0.68% -
HSV(B) 75.32º 0.24% 0.78% -
XYZ 46.03 53.06 37.09 -
YUV 189.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 186 198 151 0.06 0 0.24 0.22 75.32 0.29 0.68
Hex BA C6 97 6 0 18 16 4B 1D 44
Octal 272 306 227 6 0 30 26 113 35 104
Binary 10111010 11000110 10010111 110 0 11000 10110 1001011 11101 1000100

Color Harmonies of #BAC697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC697

Black with #BAC697

Text Example


Text Example

White with #BAC697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC697; }

 p { color: rgb(186,198,151); }

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

background-color css

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

 a { background-color: rgb(186,198,151); }

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

border-color css

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

 span { border-color: rgb(186,198,151); }

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