Html Css Color HEX #BAC794 Sprout

📋 copy color: '#BAC794'

red 186 ◦ green 199 ◦ blue 148

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

Shades of Sprout #BAC794

Tints of Sprout #BAC794

RGB

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

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

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

R = 34.9%
G = 37.34%
B = 27.77%

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

#BAC794 (or 0xBAC794) is known color: Sprout. HEX triplet: BA, C7 and 94. RGB value is (186,199,148). Sum of RGB (Red+Green+Blue) = 186+199+148=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC794 is #45386B. Grayscale: #BDBDBD. Windows color (decimal): -4536428 or 9750458. OLE color: 9750458.

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

Color convert

RGB 186 199 148 -
CMYK 0.07 0 0.26 0.22
HSL 75.29º 0.31% 0.68% -
HSV(B) 75.29º 0.26% 0.78% -
XYZ 46.02 53.42 35.9 -
YUV 189.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 186 199 148 0.07 0 0.26 0.22 75.29 0.31 0.68
Hex BA C7 94 7 0 1A 16 4B 1F 44
Octal 272 307 224 7 0 32 26 113 37 104
Binary 10111010 11000111 10010100 111 0 11010 10110 1001011 11111 1000100

Color Harmonies of #BAC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC794

Black with #BAC794

Text Example


Text Example

White with #BAC794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC794; }

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

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

background-color css

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

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

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

border-color css

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

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

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